Navigation :
boost_result<T, E = boost::system::error_code, NoValuePolicy = policy::default_policy<T, E, void>>
A type alias to a basic_result<T, E, NoValuePolicy>
configured with boost::system::error_code
and policy::
default_policy
.
This type alias always references the boost
edition of things, unlike result<T, E = varies, NoValuePolicy = policy::default_policy<T, E, void>>
which references either this alias or std_result<T, E = std::error_code, NoValuePolicy = policy::default_policy<T, E, void>>
.
Namespace: OUTCOME_V2_NAMESPACE
Header: <outcome/boost_result.hpp>