Home
last modified time | relevance | path

Searched defs:result_predicates (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/outcome/
Dbasic_result.hpp54 template <class value_type, class error_type> struct result_predicates struct
57 static constexpr bool implicit_constructors_enabled = //
68 … bool enable_value_converting_constructor = //
79 … bool enable_error_converting_constructor = //
89 static constexpr bool enable_error_condition_converting_constructor = //
99 static constexpr bool enable_compatible_conversion = //
108 static constexpr bool enable_make_error_code_compatible_conversion = //
118 static constexpr bool enable_make_exception_ptr_compatible_conversion = //
129 …using choose_inplace_value_error_constructor = std::conditional_t< //
140 static constexpr bool enable_inplace_value_error_constructor =