C++ Actor Framework 1.0.0
|
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 Symbols | |
(Note that these are not member symbols.) | |
template<class Inspector , class T > | |
constexpr auto | inspect_access_type () |
Wraps tag types for static dispatching.