#include <ref_pair.hpp>
Public Types | |
| typedef T0 | first_type |
| typedef T1 | second_type |
Public Member Functions | |
| ref_pair (T0 t0, T1 t1) | |
Public Attributes | |
| T0 | first |
| T1 | second |
Definition at line 52 of file ref_pair.hpp.
| typedef T0 pb_assoc::detail::ref_pair< T0, T1 >::first_type |
Definition at line 55 of file ref_pair.hpp.
| typedef T1 pb_assoc::detail::ref_pair< T0, T1 >::second_type |
Definition at line 57 of file ref_pair.hpp.
| pb_assoc::detail::ref_pair< T0, T1 >::ref_pair | ( | T0 | t0, | |
| T1 | t1 | |||
| ) | [inline] |
Definition at line 61 of file ref_pair.hpp.
| T0 pb_assoc::detail::ref_pair< T0, T1 >::first |
Definition at line 66 of file ref_pair.hpp.
| T1 pb_assoc::detail::ref_pair< T0, T1 >::second |
Definition at line 68 of file ref_pair.hpp.
1.4.7