Skip to content
Ned Bingham edited this page Mar 7, 2017 · 12 revisions

template <class type1, class type2> struct pair

Contains two values of different types to facilitate comparison, search, and sorting.

Members Variables

  • type1 first
  • type2 second

Member Functions

External Functions

Simple Containers

Standard Containers

Interface Containers

Specialized Containers

Input/Output

Algorithm

Clone this wiki locally