Navigation :
unchecked<T, E = varies>
A type alias to either std_unchecked<T, E = std::error_code>
(standalone edition) or boost_unchecked<T, E = boost::system::error_code>
(Boost edition). This means that unchecked<T>
uses the appropriate default alias depending on which edition of Outcome is in use.
Namespace: OUTCOME_V2_NAMESPACE
Header: <outcome/result.hpp>