std::regular_invocable - Man Page
[concept.regularinvocable], concept regular_invocable
Synopsis
Concept definition
template<typename _Fn, typename... _Args> concept std::regular_invocable = invocable<_Fn, _Args...>
Detailed Description
[concept.regularinvocable], concept regular_invocable
Definition at line 356 of file concepts.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Info
Thu Jan 19 2023 libstdc++