std::invocable(3) Library Functions Manual std::invocable(3)

std::invocable - [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.

libstdc++