Searched defs:status_code_throw (Results 1 – 1 of 1) sorted by relevance
83 …template <class T, class DomainType, class E> struct status_code_throw<T, status_code<DomainType>,… struct85 using _base = base;86 template <class Impl> static constexpr void wide_value_check(Impl &&self) in wide_value_check()104 …texpr void wide_error_check(Impl &&self) { _base::narrow_error_check(static_cast<Impl &&>(self)); } in wide_error_check()105 …id wide_exception_check(Impl &&self) { _base::narrow_exception_check(static_cast<Impl &&>(self)); } in wide_exception_check()107 …template <class T, class DomainType, class E> struct status_code_throw<T, errored_status_code<Doma… struct