Searched defs:is_pair (Results 1 – 4 of 4) sorted by relevance
31 struct is_pair : public boost::mpl::false_ struct36 struct is_pair< std::pair< T1 , T2 > > : public boost::mpl::true_ struct
150 struct is_pair struct152 static const bool value = false;156 struct is_pair< pair<T1, T2> > struct158 static const bool value = true;162 struct is_pair< std::pair<T1, T2> > struct164 static const bool value = true;
26 struct is_pair : public boost::false_type{}; struct29 struct is_pair<std::pair<T,U> > : public boost::true_type{}; struct
109 template<typename T> struct is_pair struct112 static T* t;