|
cpp_result e4f6bfe
|
This is the complete list of members for cpp_result::Result< void, E >, including all inherited members.
| and_(R2 &&res) const | cpp_result::Result< void, E > | inline |
| and_(R2 &&res) const | cpp_result::Result< void, E > | inline |
| and_then(F &&func) const noexcept(noexcept(func())) | cpp_result::Result< void, E > | inline |
| and_then(F &&func) const noexcept(noexcept(func(std::declval< void >()))) | cpp_result::Result< void, E > | inline |
| contains(const void &value) const | cpp_result::Result< void, E > | inline |
| contains_err(const E &error) const | cpp_result::Result< void, E > | inline |
| contains_err(const E &error) const | cpp_result::Result< void, E > | inline |
| Err(E err) noexcept | cpp_result::Result< void, E > | inlinestatic |
| Err(E err) noexcept | cpp_result::Result< void, E > | inlinestatic |
| err() const | cpp_result::Result< void, E > | inline |
| err() const | cpp_result::Result< void, E > | inline |
| expect(const char msg[]) const noexcept | cpp_result::Result< void, E > | inline |
| expect(const char *msg) noexcept | cpp_result::Result< void, E > | inline |
| expect(const char *msg) const noexcept | cpp_result::Result< void, E > | inline |
| expect_err(const char msg[]) noexcept | cpp_result::Result< void, E > | inline |
| expect_err(const char msg[]) const noexcept | cpp_result::Result< void, E > | inline |
| expect_err(const char *msg) noexcept | cpp_result::Result< void, E > | inline |
| expect_err(const char *msg) const noexcept | cpp_result::Result< void, E > | inline |
| flatten() const | cpp_result::Result< void, E > | inline |
| inspect(F &&func) const noexcept(noexcept(func())) | cpp_result::Result< void, E > | inline |
| inspect(F &&func) const noexcept(noexcept(func(std::declval< const void & >()))) | cpp_result::Result< void, E > | inline |
| inspect_err(F &&func) const noexcept(noexcept(func(std::declval< const E & >()))) | cpp_result::Result< void, E > | inline |
| inspect_err(F &&func) const noexcept(noexcept(func(std::declval< const E & >()))) | cpp_result::Result< void, E > | inline |
| is_err() const noexcept | cpp_result::Result< void, E > | inline |
| is_err() const noexcept | cpp_result::Result< void, E > | inline |
| is_err_and(Pred &&pred) const noexcept(noexcept(pred(std::declval< E >()))) | cpp_result::Result< void, E > | inline |
| is_err_and(Pred &&pred) const noexcept(noexcept(pred(std::declval< E >()))) | cpp_result::Result< void, E > | inline |
| is_ok() const noexcept | cpp_result::Result< void, E > | inline |
| is_ok() const noexcept | cpp_result::Result< void, E > | inline |
| is_ok_and(Pred &&pred) const noexcept(noexcept(pred(std::declval< void >()))) | cpp_result::Result< void, E > | inline |
| map(F &&func) const noexcept(noexcept(func())) | cpp_result::Result< void, E > | inline |
| map(F &&func) const noexcept(noexcept(func(std::declval< void >()))) | cpp_result::Result< void, E > | inline |
| map_err(F &&func) const noexcept(noexcept(func(std::declval< E >()))) | cpp_result::Result< void, E > | inline |
| map_err(F &&func) const noexcept(noexcept(func(std::declval< E >()))) | cpp_result::Result< void, E > | inline |
| map_or(U default_value, F &&func) const | cpp_result::Result< void, E > | inline |
| map_or(U default_value, F &&func) const | cpp_result::Result< void, E > | inline |
| map_or_else(D &&default_fn, F &&func) const | cpp_result::Result< void, E > | inline |
| map_or_else(D &&default_fn, F &&func) const | cpp_result::Result< void, E > | inline |
| Ok() noexcept | cpp_result::Result< void, E > | inlinestatic |
| Ok(void val) noexcept | cpp_result::Result< void, E > | inlinestatic |
| ok() const | cpp_result::Result< void, E > | inline |
| operator=(Result &&other) noexcept(std::is_nothrow_move_assignable_v< E >) | cpp_result::Result< void, E > | inline |
| operator=(const Result &other) noexcept(std::is_nothrow_copy_assignable_v< E >) | cpp_result::Result< void, E > | inline |
| operator=(Result &&other) noexcept(std::is_nothrow_move_assignable_v< void > &&std::is_nothrow_move_assignable_v< E >) | cpp_result::Result< void, E > | inline |
| operator=(const Result &other) noexcept(std::is_nothrow_copy_assignable_v< void > &&std::is_nothrow_copy_assignable_v< E >) | cpp_result::Result< void, E > | inline |
| or_(R2 &&res) const | cpp_result::Result< void, E > | inline |
| or_(R2 &&res) const | cpp_result::Result< void, E > | inline |
| or_else(F &&op) const | cpp_result::Result< void, E > | inline |
| Result(Result &&other) noexcept(std::is_nothrow_move_constructible_v< E >) | cpp_result::Result< void, E > | inline |
| Result(const Result &other) noexcept(std::is_nothrow_copy_constructible_v< E >) | cpp_result::Result< void, E > | inline |
| Result(Result &&other) noexcept(std::is_nothrow_move_constructible_v< void > &&std::is_nothrow_move_constructible_v< E >) | cpp_result::Result< void, E > | inline |
| Result(const Result &other) noexcept(std::is_nothrow_copy_constructible_v< void > &&std::is_nothrow_copy_constructible_v< E >) | cpp_result::Result< void, E > | inline |
| unwrap() noexcept | cpp_result::Result< void, E > | inline |
| unwrap() noexcept | cpp_result::Result< void, E > | inline |
| unwrap() const noexcept | cpp_result::Result< void, E > | inline |
| unwrap_err() noexcept | cpp_result::Result< void, E > | inline |
| unwrap_err() const noexcept | cpp_result::Result< void, E > | inline |
| unwrap_err() noexcept | cpp_result::Result< void, E > | inline |
| unwrap_err() const noexcept | cpp_result::Result< void, E > | inline |
| unwrap_or(void default_value) const noexcept | cpp_result::Result< void, E > | inline |
| unwrap_or_default() const noexcept(std::is_nothrow_default_constructible_v< void >) | cpp_result::Result< void, E > | inline |
| unwrap_or_else(F &&func) const noexcept(noexcept(func())) | cpp_result::Result< void, E > | inline |
| ~Result() | cpp_result::Result< void, E > | inline |