A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.tutorialspoint.com/cpp_standard_library/tuple.htm below:

C++ Standard Library Tuple

C++ Library - <tuple> Introduction

These are objects that pack elements of -possibly- different types together in a single object, just like pair objects do for pairs of elements, but generalized for any number of elements. It is closely related to the pair class (defined in header ): Tuples can be constructed from pairs, and pairs can be treated as tuples for certain purposes.

Helper classes Sr.No. Helper classe & description 1 tuple_size

It contains the information about tuple size.

2 tuple_element

It contains the information about tuple element type.

Member functions Object creation Element access Sr.No. Element access & description 1 get

It is used to get element.

Non-member function Objects Sr.No. Object & description 1 ignore

It ignores assignment.


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