Provided by: libstdc++-13-doc_13.3.0-6ubuntu2~24.04_all
NAME
std::regular_invocable - [concept.regularinvocable], concept regular_invocable
SYNOPSIS
#include <concepts>
Concept definition
template<typename _Fn, typename... _Args> concept std::regular_invocable = invocable<_Fn, _Args...>
Detailed Description
[concept.regularinvocable], concept regular_invocable
Author
Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::regular_invocable(3cxx)