| std::invocable(3cxx) | std::invocable(3cxx) |
std::invocable - [concept.invocable], concept invocable
#include <concepts>
template<typename _Fn, typename... _Args> concept std::invocable = is_invocable_v<_Fn, _Args...>
[concept.invocable], concept invocable
Generated automatically by Doxygen for libstdc++ from the source code.
| libstdc++ |