Searched defs:same_type (Results 1 – 10 of 10) sorted by relevance
41 struct same_type { static const bool value = false; }; argument43 struct same_type<T, T> { static const bool value = true; }; struct
26 template<typename T> void same_type(T,T) {} in same_type() function in boost::range_detail::SameTypeConcept
6 template<typename T> struct same_type<T, T> {}; struct
9 template<typename T> struct same_type<T, T> {}; struct
180 bool same_type = iter.dtype(0) == iter.dtype(1); in copy_device_to_device() local313 bool same_type = iter.dtype(0) == iter.dtype(1); in copy_kernel_cuda() local
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
312 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