zpp
Zephyr C++20 Framework
zpp::result< T_Ok, T_Error > Member List

This is the complete list of members for zpp::result< T_Ok, T_Error >, including all inherited members.

assign_error(const T_Error &e) noexceptzpp::result< T_Ok, T_Error >inline
assign_error(T_Error &&e) noexceptzpp::result< T_Ok, T_Error >inline
assign_value(const T_Ok &v) noexceptzpp::result< T_Ok, T_Error >inline
assign_value(T_Ok &&v) noexceptzpp::result< T_Ok, T_Error >inline
error() noexceptzpp::result< T_Ok, T_Error >inline
error() const noexceptzpp::result< T_Ok, T_Error >inline
has_value() const noexceptzpp::result< T_Ok, T_Error >inline
m_error_valuezpp::result< T_Ok, T_Error >
m_ok_valuezpp::result< T_Ok, T_Error >
operator bool() const noexceptzpp::result< T_Ok, T_Error >inlineexplicit
operator*() noexceptzpp::result< T_Ok, T_Error >inline
operator*() const noexceptzpp::result< T_Ok, T_Error >inline
operator->() noexceptzpp::result< T_Ok, T_Error >inline
operator->() const noexceptzpp::result< T_Ok, T_Error >inline
operator=(const result &rhs) noexceptzpp::result< T_Ok, T_Error >inline
operator=(result &&rhs) noexceptzpp::result< T_Ok, T_Error >inline
operator=(const T_Ok &rhs) noexceptzpp::result< T_Ok, T_Error >inline
operator=(T_Ok &&rhs) noexceptzpp::result< T_Ok, T_Error >inline
operator=(const error_result< T_Error > &rhs) noexceptzpp::result< T_Ok, T_Error >inline
operator=(error_result< T_Error > &&rhs) noexceptzpp::result< T_Ok, T_Error >inline
result() noexceptzpp::result< T_Ok, T_Error >inline
result(const T_Ok &rhs) noexceptzpp::result< T_Ok, T_Error >inline
result(T_Ok &&rhs) noexceptzpp::result< T_Ok, T_Error >inline
result(const error_result< T_Error > &rhs) noexceptzpp::result< T_Ok, T_Error >inline
result(error_result< T_Error > &&rhs) noexceptzpp::result< T_Ok, T_Error >inline
result(const result &rhs) noexceptzpp::result< T_Ok, T_Error >inline
result(result &&rhs) noexceptzpp::result< T_Ok, T_Error >inline
value() noexceptzpp::result< T_Ok, T_Error >inline
value() const noexceptzpp::result< T_Ok, T_Error >inline
~result() noexceptzpp::result< T_Ok, T_Error >inline