Horizon
Loading...
Searching...
No Matches
tagged_pair.hpp File Reference
#include <utility>
#include <meta/meta.hpp>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/detail/adl_get.hpp>
#include <range/v3/utility/swap.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

struct  std::tuple_size<::ranges::tagged< Untagged, Tags... > >
struct  std::tuple_element< N, ::ranges::tagged< Untagged, Tags... > >

Macros

#define RANGES_DEFINE_TAG_SPECIFIER(NAME)
#define ranges::RANGES_DEPRECATED(MSG)
#define ranges::F(x, y, z)
#define ranges::F(x, y, z)

Functions

template<typename Tag1, typename Tag2, typename T1, typename T2, typename R = tagged_pair<Tag1(bind_element_t<T1>), Tag2(bind_element_t<T2>)>>
constexpr R ranges::make_tagged_pair (T1 &&t1, T2 &&t2) noexcept(std::is_nothrow_constructible< R, T1, T2 >::value)