SyTen
syten::Pair< First, Second > Class Template Reference

A proxy class for std::pair, intended to behave exactly the same but with ADL-supported operator overloading. More...

#include <pair.h>

+ Inheritance diagram for syten::Pair< First, Second >:
+ Collaboration diagram for syten::Pair< First, Second >:

Additional Inherited Members

- Public Member Functions inherited from std::pair< First, Second >
operator= (T... args)
 
pair (T... args)
 
swap (T... args)
 

Detailed Description

template<typename First, typename Second>
class syten::Pair< First, Second >

A proxy class for std::pair, intended to behave exactly the same but with ADL-supported operator overloading.


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