Searched refs:throw_ (Results 1 – 1 of 1) sorted by relevance
64 template<typename T, typename U> T throw_(const U &u) { throw u; } in throw_() function91 return (elem != N ? throw_<const_get_result<N>>("bad_either_get") in get()