GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::experimental::ranges::make_tagged_pair(3) C++ Standard Libary std::experimental::ranges::make_tagged_pair(3)

std::experimental::ranges::make_tagged_pair - std::experimental::ranges::make_tagged_pair


Defined in header <experimental/ranges/utility>
template< TagSpecifier Tag1, TagSpecifier Tag2, class T1, class T2>
constexpr ranges::tagged</*see below*/, Tag1, Tag2> (ranges TS)
make_tagged_pair(T1&& x, T2&& y);


Convenience function for creating a tagged pair, deducing the element types from the
arguments (the tag specifiers must be explicitly specified).


The see below portion of the return type is
decltype(std::make_pair(std::forward<T1>(x), std::forward<T2>(y))).


R(std::forward<T1>(x), std::forward<T2>(y)), where R is the return type.


specifies that a type represents a tag specifier and its element
TaggedType type
(concept)
tagged augument a tuple-like type with named accessors
(class template)
tagged_pair alias template for a tagged std::pair
(alias template)
tagged_tuple alias template for a tagged std::tuple
(alias template)
make_tagged_tuple convenience function for creating a tagged_tuple
(function template)
in
in1
in2
out
out1 tag specifiers for use with ranges::tagged
out2 (class)
fun
min
max
begin
end

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.