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