xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include "delegate.h"
Contains xtd::predicate delegate.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Typedefs | |
template<typename type_t > | |
using | xtd::predicate = delegate< bool(type_t)> |
Represents a delegate that defines a set of criteria and determines whether the specified object meets those criteria. | |