Searched refs:ConstIterRefT (Results 1 – 1 of 1) sorted by relevance
30 using ConstIterRefT = std::iterator_traits<std::vector<bool>::const_iterator>::reference; in tests() typedef32 ASSERT_SAME_TYPE(ConstIterRefT, bool); in tests()34 ASSERT_SAME_TYPE(ConstIterRefT, std::__bit_const_reference<std::vector<bool> >); in tests()