VCCC  2024.05
VisualCamp Common C++ library
invocable.hpp File Reference
#include <cstddef>
#include <type_traits>
#include "vccc/__functional/invoke.hpp"
#include "vccc/__type_traits/void_t.hpp"
#include "vccc/__utility/type_sequence.hpp"

Go to the source code of this file.

Classes

struct  invocable< F, Args >
 specifies that a callable type can be invoked with a given set of argument types More...
 
struct  regular_invocable< F, Args >
 specifies that a callable type can be invoked with a given set of argument types More...
 

Namespaces

 vccc