Searched defs:has_const_iterator (Results 1 – 2 of 2) sorted by relevance
18 struct has_const_iterator struct21 typedef char yes;23 {25 } no;33 static constexpr bool value = sizeof(test<T>(nullptr)) == sizeof(yes);
222 struct has_const_iterator { struct224 typedef char yes;225 typedef struct { char array[2]; } no;233 static constexpr bool value = sizeof(test<T>(0)) == sizeof(yes);