Variable ripple::storage_layout_kind_v¶
Defined in File storage_traits.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr autoripple
::
storage_layout_kind_v
= detail::StorageLayoutKind<T>::value¶ Determines the type of the storage layout for a type, if it has one.
- Return
The kind of the storage layout if the type has one.
- Template Parameters
T
: The type to get the storage layout for.