Variable ripple::is_storage_accessor_v¶
Variable Documentation¶
-
template<typename
T
>
constexpr autoripple
::
is_storage_accessor_v
= std::is_base_of_v<StorageAccessor<std::decay_t<T>>, std::decay_t<T>>¶ Determines if a type is a StorageAccessor.
- Return
true if the type is a storage accessor type.
- Parameters
T
: The type to check if is a storage accessor.