#include <sharelib.h>
Collaboration diagram for Share::Pair< TFirst, TSecond >:

Public Attributes | |
| TFirst | first |
| TSecond | second |
Light-weight implementation of std::pair
Definition at line 1178 of file sharelib.h.
| TFirst Share::Pair< TFirst, TSecond >::first |
Definition at line 1179 of file sharelib.h.
Referenced by Share::Map< TKey, TValue, TAllocator >::operator[]().
| TSecond Share::Pair< TFirst, TSecond >::second |
Definition at line 1180 of file sharelib.h.
Referenced by Share::Map< TKey, TValue, TAllocator >::operator[]().
1.5.2