xtd 0.2.0
Loading...
Searching...
No Matches
predicate.h
Go to the documentation of this file.
1
4#pragma once
5#include "delegate.h"
6
8namespace 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,...
Definition xtd_about_box.h:10