std::regular_invocable(3cxx) | std::regular_invocable(3cxx) |
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++ |