A proxy class for std::pair
, intended to behave exactly the same but with ADL-supported operator overloading.
More...
#include <pair.h>
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.