Iridescence 1.00
Embedded Graphic Framework
Loading...
Searching...
No Matches
pair< T, Q > Class Template Reference

pair is a class that represents a pair of two values. More...

#include <ds_types_pair.h>

Public Member Functions

 pair ()
 Creates a pair object.
 
 pair (const T &first, const Q &second)
 Creates a pair object.
 

Public Attributes

first
 First element.
 
second
 Second element.
 

Detailed Description

template<typename T, typename Q>
class pair< T, Q >

pair is a class that represents a pair of two values.


The documentation for this class was generated from the following file: