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
extern
constexpr
Initial value:
=
arene::base::is_instantiation_of_v<arene::base::remove_cvref_t<Tuple>
,
std::tuple
> ||
arene::base::is_instantiation_of_v<arene::base::remove_cvref_t<Tuple>
, std::pair>
std::tuple
a heterogeneous, fixed-size collection of values
Definition
tuple.hpp:681
arene::base::is_instantiation_of_v
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
Tuple
The type to check
Returns
true
if the
Tuple
is a
std::tuple
or
std::pair
otherwise
false
std
tuple_cat_detail
Generated by
1.13.2