actor-framework
Related Functions | List of all members
caf::type_name< T > Struct Template Reference

Convenience type that resolves to type_name_by_id<type_id_v<T>>. More...

#include <type_id.hpp>

Related Functions

(Note that these are not member functions.)

template<class T >
constexpr std::string_view type_name_v = type_name<T>::value
 Convenience alias for type_name<T>::value.
 

Detailed Description

template<class T>
struct caf::type_name< T >

Convenience type that resolves to type_name_by_id<type_id_v<T>>.


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