Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines a template tuple whose instances hold objects of varying types.
#include <tuple>
Classes
Wraps a fixed-length sequence of elements. |
|
Wraps the type of a tuple element. |
|
Wraps tuple element count. |
Operators
Comparison of tuple objects, equal |
|
Comparison of tuple objects, not equal |
|
Comparison of tuple objects, less than |
|
Comparison of tuple objects, less than or equal |
|
Comparison of tuple objects, greater than |
|
Comparison of tuple objects, greater than or equal |
Functions
Gets an element from a tuple object. |
|
Makes a tuple from element values. |
|
Makes a tuple from element references. |