Home
last modified time | relevance | path

Searched refs:uncv2 (Results 1 – 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
Dboost_type_traits.h89 typedef typename ::boost::remove_cv<_Tp2>::type uncv2; typedef
91 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator
106 typedef typename ::boost::remove_cv<_Tp2>::type uncv2; typedef
108 enum { same = ::boost::is_same<uncv1, uncv2>::value }; enumerator