+++ title = "`std_unchecked`" description = "A type alias to a `basic_result` configured with `std::error_code` and `policy::all_narrow`." +++ A type alias to a {{% api "basic_result" %}} configured with {{% api "std::error_code" %}} and `policy::`{{% api "all_narrow" %}}. This type alias always references the `std` edition of things, unlike {{% api "unchecked" %}} which references either this alias or {{% api "boost_unchecked" %}}. *Namespace*: `BOOST_OUTCOME_V2_NAMESPACE` *Header*: ``