Pair.h File Reference
#include <utility>
+ Include dependency graph for Pair.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Pair< FirstT, SecondT >
 
struct  Pair< FirstT, FirstT >
 

Namespaces

 MiscLib
 

Functions

template<class FirstT , class SecondT >
Pair< FirstT, SecondT > MakePair (FirstT &first, SecondT &second)