table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
std::regular_invocable(3cxx) | std::regular_invocable(3cxx) |
NAME¶
std::regular_invocable - [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 340 of file concepts.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |