xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
predicate_callable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
invocable.hpp
"
6
8
namespace
xtd
{
9
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/predicate_callable_.hpp
10
template
<
typename
function_t,
typename
arg_t>
11
concept
predicate_callable
=
xtd::invocable<function_t, bool, arg_t>
;
12
}
xtd::predicate_callable
Definition
predicate_callable.hpp:11
invocable.hpp
Contains xtd::invocable concept.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::invocable
Represents the invocable (function, method, xtd::delegate, xtd::event, std::functional) concept.
Definition
invocable_.hpp:47
Generated on
for xtd by
Gammasoft
. All rights reserved.