Searched defs:throwing_iterator (Results 1 – 3 of 3) sorted by relevance
57 struct throwing_iterator { struct67 throwing_iterator(int i = 0, const T& v = T()) : i_(i), v_(v) {} in i_() argument84 auto tmp = *this;
802 struct throwing_iterator { in TEST() struct803 int& count; in TEST()805 auto operator=(char) -> throwing_iterator& { in TEST()809 auto operator*() -> throwing_iterator& { return *this; } in TEST()810 auto operator++() -> throwing_iterator& { return *this; } in TEST()811 auto operator++(int) -> throwing_iterator { return *this; } in TEST()