C++ Essence Library
0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::handle_validator_type Concept Reference
Concept definition
template
<auto Callable,
typename
T>
concept
essence::handle_validator_type
=
requires
{
requires
std::integral<T>;
{ Callable } -> std::predicate<T>;
}
essence::handle_validator_type
Definition
native_handle.hpp:34
essence
handle_validator_type
Generated by
1.12.0