Searched refs:throw_iterator (Results 1 – 1 of 1) sorted by relevance
214 using throw_iterator = decltype(Throwers)::iterator; variable260 throw_iterator throw_begin() { return Throwers.begin(); } in throw_begin()262 throw_iterator throw_end() { return Throwers.end(); } in throw_end()303 inline iterator_range<throw_iterator> throwers() { in throwers()305 return iterator_range<throw_iterator>(throw_begin(), throw_end()); in throwers()