<tuple>
Defines a template tuple whose instances hold objects of varying types.
#include <tuple>
Declarations
Class |
Description |
---|---|
Wraps a fixed-length sequence of elements. |
|
Wraps the type of a tuple element. |
|
Wraps tuple element count. |
Template Functions
Operator |
Description |
---|---|
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 |
Function |
Description |
---|---|
Gets an element from a tuple object. |
|
Makes a tuple from element values. |
|
Makes a tuple from element references. |