Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::tuple_cat_detail Namespace Reference

Variable Documentation

◆ is_std_tuple_or_pair

template<class Tuple>
auto std::tuple_cat_detail::is_std_tuple_or_pair
externconstexpr
Initial value:
=
a heterogeneous, fixed-size collection of values
Definition tuple.hpp:681
constexpr bool is_instantiation_of_v
Definition is_instantiation_of.hpp:16

Check if a type is a std::tuple or a std::pair.

Template Parameters
TupleThe type to check
Returns
true if the Tuple is a std::tuple or std::pair otherwise false