C++ Essence Library
0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::nullptr_or_invocable_not_r Concept Reference
Concept definition
template
<
typename
Callable,
typename
R,
typename
... Args>
concept
essence::nullptr_or_invocable_not_r
=
std::is_null_pointer_v<std::decay_t<Callable>> ||
invocable_not_r
<Callable, R, Args...>
essence::invocable_not_r
Definition
functional.hpp:127
essence::nullptr_or_invocable_not_r
Definition
functional.hpp:147
essence
nullptr_or_invocable_not_r
Generated by
1.12.0