13namespace MaxOS::common {
22 template<
class First,
class Second>
class Pair {
First first
The first object (often the key)
Pair(First, Second)
Creates a new pair.
Pair()
_____________________________Implementation___________________________________________///
Second second
The second object (often the value)