xtd 1.0.0
Loading...
Searching...
No Matches
xtd::predicate_callable< function_t, arg_t > Struct Template Reference

Definition

template<class function_t, class arg_t>
struct xtd::predicate_callable< function_t, arg_t >

Represents the predicate callable (function, method, xtd::delegate, xtd::event, std::functional) concept.

Definition
template<class function_t, class result_t = void, class... args_t>
concept concept predicate_callable = xtd::invocable<function_t, result_t, args_t...>;
Definition predicate_callable.hpp:11
Represents the invocable (function, method, xtd::delegate, xtd::event, std::functional) concept.
Definition invocable_.hpp:47
Header
#include <xtd/predicate_callable>
Namespace
xtd
Library
xtd.core

The documentation for this struct was generated from the following file: