Template Struct StorageAs¶
Defined in File storage_traits_impl_.hpp
Struct Documentation¶
-
template<typename
Storage
, typenameT
>
structripple::detail
::
StorageAs
¶ Returns the type T, with the storage type of Storage, if T has templates parameters which can be replaced by a StorageLayout type.
This is the default case that T does not have any types which can be replaced witha StorageLayout type.
- Template Parameters
Storage
: The storage type for T.T
: The type to specify storage for.