- OrderedPairVersion = 1
Needed for "operator>>(AipsIO &ios, Slist
This is the "standard" constructor which takes a key and
a value and constructs an ordered pair.
Copy constructor (copy semantics).
Assignment (copy semantics).
Get access to the key or value.
OrderedPair(const K &k, const V &v)
OrderedPair(const OrderedPair<K,V>& that)
OrderedPair<K,V>& operator= (const OrderedPair<K,V>& that)
enum
K &x()
const K &x() const
V &y()
const V &y() const