table of contents
std::invocable(3cxx) | std::invocable(3cxx) |
NAME¶
std::invocable - [concept.invocable], concept invocable
SYNOPSIS¶
Concept definition¶
template<typename _Fn, typename... _Args> concept std::invocable = is_invocable_v<_Fn, _Args...>
Detailed Description¶
[concept.invocable], concept invocable
Definition at line 336 of file concepts.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |