Searched refs:const_throw_iterator (Results 1 – 1 of 1) sorted by relevance
215 using const_throw_iterator = decltype(Throwers)::const_iterator; variable261 const_throw_iterator throw_begin() const { return Throwers.begin(); } in throw_begin()263 const_throw_iterator throw_end() const { return Throwers.end(); } in throw_end()307 inline iterator_range<const_throw_iterator> throwers() const { in throwers()309 return iterator_range<const_throw_iterator>(throw_begin(), throw_end()); in throwers()