![]() |
PeriDyno 1.0.0
|
#include <Pair.h>
Public Member Functions | |
DYN_FUNC | Pair () |
DYN_FUNC | Pair (Key key, T val) |
DYN_FUNC bool | operator>= (const Pair &other) const |
DYN_FUNC bool | operator> (const Pair &other) const |
DYN_FUNC bool | operator<= (const Pair &other) const |
DYN_FUNC bool | operator< (const Pair &other) const |
DYN_FUNC bool | operator== (const Pair &other) const |
DYN_FUNC bool | operator!= (const Pair &other) const |
Public Attributes | |
Key | first |
T | second |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Key dyno::Pair< Key, T >::first |
T dyno::Pair< Key, T >::second |