Home
last modified time | relevance | path

Searched refs:outcome_throw_as_system_error_with_payload (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/outcome/doc/src/content/reference/functions/policy/
Doutcome_throw_as_system_error_with_payload_std_error_code.md2 title = "`void outcome_throw_as_system_error_with_payload(const std::error_code &)`"
3 description = "Specialisation of `outcome_throw_as_system_error_with_payload()` for `std::error_cod…
6 A specialisation of `outcome_throw_as_system_error_with_payload()` for `std::error_code`. This exec…
Doutcome_throw_as_system_error_with_payload_boost_error_code.md2 title = "`void outcome_throw_as_system_error_with_payload(const boost::system::error_code &)`"
3 description = "Specialisation of `outcome_throw_as_system_error_with_payload()` for `boost::system:…
6 A specialisation of `outcome_throw_as_system_error_with_payload()` for `boost::system::error_code`.…
Doutcome_throw_as_system_error_with_payload_std_enum.md2 title = "`void outcome_throw_as_system_error_with_payload(ErrorCodeEnum &&)`"
3 description = "Specialisation of `outcome_throw_as_system_error_with_payload()` for input types whe…
6 A specialisation of `outcome_throw_as_system_error_with_payload()` for types where `std::is_error_c…
Doutcome_throw_as_system_error_with_payload_boost_enum.md2 title = "`void outcome_throw_as_system_error_with_payload(BoostErrorCodeEnum &&)`"
3 description = "Specialisation of `outcome_throw_as_system_error_with_payload()` for input types whe…
6 A specialisation of `outcome_throw_as_system_error_with_payload()` for types where `boost::system::…
/third_party/boost/libs/outcome/doc/src/content/reference/policies/
Derror_code_throw_as_system_error_result.md3 … class defining that the ADL discovered free function `outcome_throw_as_system_error_with_payload(…
8 … class defining that the ADL discovered free function `outcome_throw_as_system_error_with_payload(…
Derror_code_throw_as_system_error_outcome.md3 …wn if possible, then the ADL discovered free function `outcome_throw_as_system_error_with_payload(…
8 …wn if possible, then the ADL discovered free function `outcome_throw_as_system_error_with_payload(…
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/
Dadl_bridging.md9 …L bridge into the namespace where the ADL discovered [`outcome_throw_as_system_error_with_payload(…
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/payload/
Dcopy_file3.md25 - [List of builtin `outcome_throw_as_system_error_with_payload()` overloads]({{< relref "/reference…
/third_party/boost/libs/outcome/test/tests/
Dcore-result.cpp65 inline void outcome_throw_as_system_error_with_payload(const payload &p) in outcome_throw_as_system_error_with_payload() function
/third_party/boost/libs/outcome/doc/src/content/changelog/
D_index.md291 to `outcome_throw_as_system_error_with_payload()`.