Home
last modified time | relevance | path

Searched refs:boost_outcome (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/outcome/
DCMakeLists.txt7 add_library(boost_outcome INTERFACE) target
8 add_library(Boost::outcome ALIAS boost_outcome)
10 target_include_directories(boost_outcome INTERFACE include)
12 target_link_libraries(boost_outcome INTERFACE
/third_party/boost/libs/outcome/doc/src/content/reference/aliases/
Dboost_outcome.md2 title = "`boost_outcome<T, EC = boost::system::error_code, EP = boost::exception_ptr, NoValuePolicy…
12 *Header*: `<boost/outcome/boost_outcome.hpp>`
Doutcome.md3 …to a `std_outcome<T, EC, EP, NoValuePolicy>` (standalone edition) or `boost_outcome<T, EC, EP, NoV…
6 …icy::default_policy<T, EC, EP>>" %}} (standalone edition) or {{% api "boost_outcome<T, EC = boost:…
Dstd_outcome.md8 …olicy<T, EC, EP>>" %}} which references either this alias or {{% api "boost_outcome<T, EC = boost:…
/third_party/boost/boost/outcome/
Doutcome.hpp42 using outcome = boost_outcome<R, S, P, NoValuePolicy>;
Dboost_outcome.hpp59 using boost_outcome = basic_outcome<R, S, P, NoValuePolicy>; typedef
/third_party/boost/libs/outcome/doc/src/content/reference/functions/policy/
Dbasic_outcome_failure_exception_from_error.md18 *Header*: `<boost/outcome/std_outcome.hpp>`, `<boost/outcome/boost_outcome.hpp>`
/third_party/boost/libs/outcome/doc/src/content/changelog/
D_index.md338 - Added `boost_result.hpp` and `boost_outcome.hpp` which use Boost.System