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