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

std::regular_invocable - [concept.regularinvocable], concept regular_invocable

#include <concepts>

template<typename _Fn, typename... _Args>
concept std::regular_invocable =  invocable<_Fn, _Args...>

[concept.regularinvocable], concept regular_invocable

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++