Searched refs:boost_outcome (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/outcome/ |
D | CMakeLists.txt | 7 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/ |
D | boost_outcome.md | 2 title = "`boost_outcome<T, EC = boost::system::error_code, EP = boost::exception_ptr, NoValuePolicy… 12 *Header*: `<boost/outcome/boost_outcome.hpp>`
|
D | outcome.md | 3 …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:…
|
D | std_outcome.md | 8 …olicy<T, EC, EP>>" %}} which references either this alias or {{% api "boost_outcome<T, EC = boost:…
|
/third_party/boost/boost/outcome/ |
D | outcome.hpp | 42 using outcome = boost_outcome<R, S, P, NoValuePolicy>;
|
D | boost_outcome.hpp | 59 using boost_outcome = basic_outcome<R, S, P, NoValuePolicy>; typedef
|
/third_party/boost/libs/outcome/doc/src/content/reference/functions/policy/ |
D | basic_outcome_failure_exception_from_error.md | 18 *Header*: `<boost/outcome/std_outcome.hpp>`, `<boost/outcome/boost_outcome.hpp>`
|
/third_party/boost/libs/outcome/doc/src/content/changelog/ |
D | _index.md | 338 - Added `boost_result.hpp` and `boost_outcome.hpp` which use Boost.System
|