STLdoc
STLdocumentation
|
Public Types | |
typedef tuple | _Myt |
Public Member Functions | |
tuple () | |
template<class _Alloc > | |
tuple (allocator_arg_t, const _Alloc &) _NOEXCEPT | |
tuple (const tuple &) _NOEXCEPT | |
template<class _Alloc > | |
tuple (allocator_arg_t, const _Alloc &, const tuple &) _NOEXCEPT | |
void | swap (_Myt &) _NOEXCEPT |
bool | _Equals (const _Myt &) const _NOEXCEPT |
bool | _Less (const _Myt &) const _NOEXCEPT |
|
inline |
|
inline |