Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

std::invocable - [concept.invocable], concept invocable

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                               std::invocable(3cxx)

Concept Definition

       template<typename _Fn, typename... _Args>
       concept std::invocable =  is_invocable_v<_Fn, _Args...>

Detailed Description

       [concept.invocable], concept invocable

Name

       std::invocable - [concept.invocable], concept invocable

Synopsis

       #include <concepts>

See Also