|
RPNX::DataStructures
Header-only C++ data structures and supporting utilities.
|
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. | |
Provides one stable RTTI identity object per type.
| T | Type represented by the identity. |