#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.
|
#define | RANGES_DEFINE_TAG_SPECIFIER(NAME) |
|
|
using | ranges::deprecated = tagged< std::pair< detail::tag_elem< F >, detail::tag_elem< S > >, detail::tag_spec< F >, detail::tag_spec< S > > |
|
|
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) |
|