xtd 0.2.0
predicate.h
Go to the documentation of this file.
1 #pragma once
5 #include "delegate.h"
6 
8 namespace xtd {
15  template<typename type_t>
16  using predicate = delegate<bool(type_t)>;
17 }
Contains xtd::delegate delegate.
delegate< bool(type_t)> predicate
Represents a delegate that defines a set of criteria and determines whether the specified object meet...
Definition: predicate.h:16
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17