Variable ripple::is_shared_wrapper_v¶
Defined in File shared_wrapper.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr boolripple
::
is_shared_wrapper_v
= shared_wrapper_traits_t<T>::is_shared_wrapper¶ Returns true if T is a shared wrapper.
- Template Parameters
T
: The type to check if is a shared wrapper.