3rdParty/boost/1.78.0/libs/outcome/doc/html/reference/aliases.html
A type alias to a basic_result configured with boost::system::error_code and policy::throw_bad_result_access<EC>.
A type alias to a basic_outcome configured with boost::system::error_code, boost::exception_ptr and policy::default_policy.
A type alias to a basic_result configured with boost::system::error_code and policy::default_policy.
A type alias to a basic_result configured with boost::system::error_code and policy::all_narrow.
A type alias to a std_checked<T, E> (standalone edition) or boost_checked<T, E> (Boost edition).
A type alias to a no-value policy selected based on traits matching of T, EC and EP.
A type alias to a std_outcome<T, EC, EP, NoValuePolicy> (standalone edition) or boost_outcome<T, EC, EP, NoValuePolicy> (Boost edition).
A type alias to a std_result<T, E, NoValuePolicy> (standalone edition) or boost_result<T, E, NoValuePolicy> (Boost edition).
A type alias to a basic_result configured with std::error_code and policy::throw_bad_result_access<EC>.
A type alias to a basic_outcome configured with std::error_code, std::exception_ptr and policy::default_policy.
A type alias to a basic_result configured with std::error_code and policy::default_policy.
A type alias to a basic_result configured with std::error_code and policy::all_narrow.
A type alias to a std_unchecked<T, E> (standalone edition) or boost_unchecked<T, E> (Boost edition).