assign_error(const T_Error &e) noexcept | zpp::result< T_Ok, T_Error > | inline |
assign_error(T_Error &&e) noexcept | zpp::result< T_Ok, T_Error > | inline |
assign_value(const T_Ok &v) noexcept | zpp::result< T_Ok, T_Error > | inline |
assign_value(T_Ok &&v) noexcept | zpp::result< T_Ok, T_Error > | inline |
error() noexcept | zpp::result< T_Ok, T_Error > | inline |
error() const noexcept | zpp::result< T_Ok, T_Error > | inline |
has_value() const noexcept | zpp::result< T_Ok, T_Error > | inline |
m_error_value | zpp::result< T_Ok, T_Error > | |
m_ok_value | zpp::result< T_Ok, T_Error > | |
operator bool() const noexcept | zpp::result< T_Ok, T_Error > | inlineexplicit |
operator*() noexcept | zpp::result< T_Ok, T_Error > | inline |
operator*() const noexcept | zpp::result< T_Ok, T_Error > | inline |
operator->() noexcept | zpp::result< T_Ok, T_Error > | inline |
operator->() const noexcept | zpp::result< T_Ok, T_Error > | inline |
operator=(const result &rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
operator=(result &&rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
operator=(const T_Ok &rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
operator=(T_Ok &&rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
operator=(const error_result< T_Error > &rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
operator=(error_result< T_Error > &&rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
result() noexcept | zpp::result< T_Ok, T_Error > | inline |
result(const T_Ok &rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
result(T_Ok &&rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
result(const error_result< T_Error > &rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
result(error_result< T_Error > &&rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
result(const result &rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
result(result &&rhs) noexcept | zpp::result< T_Ok, T_Error > | inline |
value() noexcept | zpp::result< T_Ok, T_Error > | inline |
value() const noexcept | zpp::result< T_Ok, T_Error > | inline |
~result() noexcept | zpp::result< T_Ok, T_Error > | inline |