Variable ripple::is_polymorphic_layout_v¶
Defined in File storage_traits.hpp
Variable Documentation¶
-
template<typename
T>
constexpr autoripple::is_polymorphic_layout_v= std::is_base_of_v<PolymorphicLayout<std::decay_t<T>>, std::decay_t<T>>¶ Determines if a type is a polymorphic layout type.
- Return
true if the type implements the polymorphic layout interface.
- Template Parameters
T: The type to determine if implements the interface.