actor-framework
Classes | Related Functions | List of all members
caf::inspector_access_type Struct Reference

Wraps tag types for static dispatching. More...

#include <inspector_access_type.hpp>

Classes

struct  builtin
 Flags types with builtin support of the inspection API. More...
 
struct  builtin_inspect
 Flags types with builtin support via Inspector::builtin_inspect. More...
 
struct  empty
 Flags stateless message types. More...
 
struct  inspect
 Flags types that provide an inspect() overload. More...
 
struct  list
 Flags types with std::vector-like API. More...
 
struct  map
 Flags types with std::map-like API. More...
 
struct  none
 Flags types without any default access. More...
 
struct  specialization
 Flags types that provide an inspector_access specialization. More...
 
struct  tuple
 Flags types with std::tuple-like API. More...
 
struct  unsafe
 Flags allowed unsafe message types. More...
 

Related Functions

(Note that these are not member functions.)

template<class Inspector , class T >
constexpr auto inspect_access_type ()
 

Detailed Description

Wraps tag types for static dispatching.

Friends And Related Function Documentation

◆ inspect_access_type()

template<class Inspector , class T >
constexpr auto inspect_access_type ( )
related

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