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 > | |
| T | operator= (T... args) |
| T | pair (T... args) |
| T | swap (T... args) |
A proxy class for std::pair, intended to behave exactly the same but with ADL-supported operator overloading.