Searched refs:has_const_iterator_v (Results 1 – 3 of 3) sorted by relevance
37 inline constexpr bool has_const_iterator_v = has_const_iterator<T>::value; variable
233 struct type_id<T, std::enable_if_t<utility::has_const_iterator_v<T>>> :
83 T, typename std::enable_if_t<utility::has_const_iterator_v<T>>> :270 struct append_single<T, std::enable_if_t<utility::has_const_iterator_v<T>>>