VCCC  2024.05
VisualCamp Common C++ library
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 invocable< F, Args >:

Detailed Description

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

The invocable concept specifies that a callable type F can be called with a set of arguments Args... using the function template vccc::invoke.

See also
std::invocable

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