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