Template Struct StorageElementTraits¶
Defined in File storage_element_traits.hpp
Struct Documentation¶
-
template<typename
T
>
structripple
::
StorageElementTraits
¶ The StorageElementTraits struct defines traits for elements which are stored by the various storage implementations.
This is the default case which is used to define the storage traits for any type that does not have specialized storage.
- Template Parameters
T
: The type to specify the storage element traits for.
Public Types