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

pair

std/pair.h


template <class type1, class type2> struct pair

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

Member Variables

  • type1 first
  • type2 second

Member Functions

Constructors

Non-Member Functions

Simple Containers

Standard Containers

Interface Containers

Specialized Containers

Input/Output

Algorithm

Clone this wiki locally