17 template <
class F,
class... Args>
19 constexpr
operator bool()
const{
Global namespace of the SCL.
RegularInvocable concept, a type F is regular invocable with Args if it is Invocable and is equality ...
Invocable concept, a type F is invocable with Args if meta::is_invocable<F, Args...>() is true.