|
libmoost
|
| BOOST_STATIC_ASSERT_MSG(boost::is_pod< T1 >::value,"pod_pair<> template can only handle POD types (T1)") | moost::container::pod_pair< T1, T2 > | |
| BOOST_STATIC_ASSERT_MSG(boost::is_pod< T2 >::value,"pod_pair<> template can only handle POD types (T2)") | moost::container::pod_pair< T1, T2 > | |
| first | moost::container::pod_pair< T1, T2 > | |
| second | moost::container::pod_pair< T1, T2 > |