Home
last modified time | relevance | path

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

/third_party/boost/libs/outcome/doc/src/snippets/
Dforeign_try.cpp41 template <class T, class E = Errc> struct ForeignExpected struct
47 ForeignExpected(T v) in ForeignExpected() argument
53 ForeignExpected(E e) in ForeignExpected() function
65 inline bool try_operation_has_value(const ForeignExpected<T, E> &v) in try_operation_has_value()
70 inline auto try_operation_return_as(const ForeignExpected<T, E> &v) in try_operation_return_as()
80 inline auto try_operation_extract_value(const ForeignExpected<T, E> &v) in try_operation_extract_value()
88 ForeignExpected<int> old_code(int a) // old code in old_code()