xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
predicate.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
func.hpp
"
6
8
namespace
xtd
{
15
template
<
typename
type_t>
16
using
predicate
=
xtd::func<bool, type_t>
;
17
}
func.hpp
Contains xtd::func delegate.
xtd::func
xtd::delegate< result_t(arguments_t... arguments)> func
Represents a delegate that has variables parameters and returns a value of the type specified by the ...
Definition
func.hpp:27
xtd::predicate
xtd::func< bool, type_t > predicate
Represents a delegate that defines a set of criteria and determines whether the specified object meet...
Definition
predicate.hpp:16
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.