Variable ripple::tuple_size_v¶
Defined in File tuple_traits.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr size_tripple
::
tuple_size_v
= tuple_traits_t<T>::size¶ Returns the size of the tuple, if T is a tuple, otherwise returns 0.
- Template Parameters
T
: The type to get the tuple size of.