<utility> (TR1)

Defines several general templates that can be used throughout the Standard Template Library.

#include <utility>

Declarations

Class

Description

tuple_element Class <utility>

Wraps the type of a pair element.

tuple_size Class <utility>

Wraps pair element count.

Template Functions

Function

Description

get Function <utility>

Gets an element from a pair object.

참고 항목

참조

<tuple>