Variable ripple::is_expansion_wrapper_v¶
Defined in File shared_wrapper.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr boolripple
::
is_expansion_wrapper_v
= expansion_wrapper_traits_t<T>::is_expansion_wrapper¶ Returns true if T is an expansion wrapper.
- Template Parameters
T
: The type to check if is an expansion wrapper.