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::TagSpecifier(3) C++ Standard Libary std::experimental::ranges::TagSpecifier(3)

std::experimental::ranges::TagSpecifier - std::experimental::ranges::TagSpecifier


Defined in header <experimental/ranges/utility>
template< class T > (ranges TS)
concept bool TagSpecifier = /* implementation-defined */;


The concept TagSpecifier<T> is satisfied if and only if T is a tag specifier for use
with ranges::tagged.


The Ranges TS provides a set of tag specifiers in <experimental/ranges/algorithm>.
Users cannot define their own tag specifiers.


tagged augument a tuple-like type with named accessors
(class 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.