Variable ripple::storage_layout_kind_is_v¶
Defined in File storage_traits.hpp
Variable Documentation¶
-
template<typename
T
, typenameKind
>
constexpr autoripple
::
storage_layout_kind_is_v
= storage_layout_kind_v<std::decay_t<T>> == Kind::value¶ Determines if the storage layout kind of the type is the same as the comparison kind.
- Return
true if the Kind matches the layout kind of the type T.
- Template Parameters
T
: The types whose storage layout to get.Kind
: The kind to check for.