<tuple>
Defines a template tuple whose instances hold objects of varying types.
#include <tuple>
클래스
Wraps a fixed-length sequence of elements. |
|
Wraps the type of a tuple element. |
|
Wraps tuple element count. |
연산자
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 |
함수
Gets an element from a tuple object. |
|
Makes a tuple from element values. |
|
Makes a tuple from element references. |