Provided by: libstdc++-13-doc_13.2.0-4ubuntu3_all
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
Author
Generated automatically by Doxygen for libstdc++ from the source code.