template< class T >
concept tuple-like = /* see below */;
2) pair-like
objects are tuple-like
objects with exactly 2 elements.
tuple-like
types implement the tuple protocol, i.e., such types can be used with std::get, std::tuple_element and std::tuple_size.
Elements of tuple-like
types can be bound with structured binding.
tuple-like
and pair-like
are used in the following standard library components:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4