Typedef ripple::as_contiguous_owned_t¶
- Defined in File storage_traits.hpp 
Typedef Documentation¶
- 
template<typename T>
 usingripple::as_contiguous_owned_t= typename detail::StorageAs<ContiguousOwned, std::decay_t<T>>::Type¶
- Defines the type T as a contiguous owned type, if it is not already. - If the type T is not a polymorphic layout type then this will just create an alias to T, otherwise the layout will be converted. - Template Parameters
- T: The type to get as a contiguous owned type.