RPNX::DataStructures
Header-only C++ data structures and supporting utilities.
Loading...
Searching...
No Matches
rpnx::type_info_holder< T > Class Template Reference

Provides one stable RTTI identity object per type. More...

#include <dyn_iterator.hpp>

Static Public Attributes

static const std::type_index type = std::type_index(typeid(T))
 Runtime type identity for T.
 

Detailed Description

template<typename T>
class rpnx::type_info_holder< T >

Provides one stable RTTI identity object per type.

Template Parameters
TType represented by the identity.

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