VCCC  2024.05
VisualCamp Common C++ library
regular_invocable< F, Args > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/invocable.hpp>

+ Inheritance diagram for regular_invocable< F, Args >:

Detailed Description

template<typename F, typename... Args>
struct vccc::regular_invocable< F, Args >

The regular_invocable concept adds to the invocable concept by requiring the invoke expression to be equality-preserving and not modify either the function object or the arguments.

See also
std::regular_invocable

The documentation for this struct was generated from the following file: