std::invocable
[concept.invocable], concept invocable
- Provided by: libstdc++-13-doc (Version: 13.3.0-6ubuntu2~24.04.1)
- Source: gcc-13
- Report a bug
[concept.invocable], concept invocable
#include <concepts>
template<typename _Fn, typename... _Args> concept std::invocable = is_invocable_v<_Fn, _Args...>
[concept.invocable], concept invocable
Generated automatically by Doxygen for libstdc++ from the source code.