struct tuple_equal_to
Declaration
template <std::size_t I, std::size_t Size>
struct tuple_equal_to { /* full declaration omitted */ };Declared at: libs/pika/datastructures/include/pika/datastructures/tuple.hpp:881
Method Overview
- public template <typename TTuple, typename UTuple>static inline constexpr bool call(const TTuple & t, const UTuple & u)
Methods
template <typename TTuple, typename UTuple>
static inline constexpr bool call(const TTuple& t,
const UTuple& u)
template <typename TTuple, typename UTuple>
static inline constexpr bool call(const TTuple& t,
const UTuple& u)Declared at: libs/pika/datastructures/include/pika/datastructures/tuple.hpp:884
Parameters
- const TTuple& t
- const UTuple& u