Home
last modified time | relevance | path

Searched defs:all_narrow (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/outcome/policy/
Dall_narrow.hpp43 struct all_narrow : base struct
45 …stexpr void wide_value_check(Impl &&self) { base::narrow_value_check(static_cast<Impl &&>(self)); } in wide_value_check()
46 …stexpr void wide_error_check(Impl &&self) { base::narrow_error_check(static_cast<Impl &&>(self)); } in wide_error_check()
47 …oid wide_exception_check(Impl &&self) { base::narrow_exception_check(static_cast<Impl &&>(self)); } in wide_exception_check()