Template Struct HasStorageLayout¶
Defined in File storage_element_traits.hpp
Struct Documentation¶
-
template<typename
T>
structripple::detail::HasStorageLayout¶ Defines a struct to determine if the type T has a storage layout type template parameter.
- Template Parameters
T: The type to determine if has a storage layout parameter.
Public Static Attributes
-
constexpr bool
value= false¶ Returns that the type does not have a storage layout paramter.