+++ title = "`std_outcome>`" description = "A type alias to a `basic_outcome` configured with `std::error_code`, `std::exception_ptr` and `policy::default_policy`." +++ A type alias to a {{% api "basic_outcome" %}} configured with {{% api "std::error_code" %}}, {{% api "std::exception_ptr" %}} and `policy::`{{% api "default_policy" %}}. This type alias always references the `std` edition of things, unlike {{% api "outcome>" %}} which references either this alias or {{% api "boost_outcome>" %}}. *Namespace*: `BOOST_OUTCOME_V2_NAMESPACE` *Header*: ``