Searched defs:same_type (Results 1 – 8 of 8) sorted by relevance
41 struct same_type { static const bool value = false; }; struct43 struct same_type<T, T> { static const bool value = true; }; struct
6 template<typename T> struct same_type<T, T> {}; struct
9 template<typename T> struct same_type<T, T> {}; struct
26 template<typename T> void same_type(T,T) {} in same_type() function in boost::range_detail::SameTypeConcept
77 … static const bool same_type = is_same<P1,const_node_ptr>::value || is_same<P1,node_ptr>::value; member
129 void same_type(U const&) in same_type() function
307 bool same_type = std::is_same_v<std::iterator_traits<It>::iterator_category, in TEST_F() local
210 pub fn same_type(&self, other: &Value) -> bool { in same_type() method