C++ Actor Framework 1.0.0
|
Dispatches to query_type_name and query_type_id. More...
#include <type_id.hpp>
Public Member Functions | |
std::string_view | operator() (type_id_t type) const override |
Returns the type name for type or an empty string if type is an invalid ID. | |
type_id_t | operator() (std::string_view name) const override |
Returns the type for name or invalid_type_id if name is unknown. | |
Dispatches to query_type_name and query_type_id.
|
overridevirtual |
Returns the type for name
or invalid_type_id
if name
is unknown.
Implements caf::type_id_mapper.
|
overridevirtual |
Returns the type name for type
or an empty string if type
is an invalid ID.
Implements caf::type_id_mapper.