NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::error_condition 成员列表

成员的完整列表,这些成员属于 neforce::error_condition,包括所有继承而来的类成员

assign(int val, const error_category &cat) noexceptneforce::error_conditioninline
category() const noexceptneforce::error_conditioninline
clear() noexceptneforce::error_conditioninline
error_condition() noexcept=defaultneforce::error_condition
error_condition(int val, const error_category &cat) noexceptneforce::error_conditioninline
error_condition(errc e) noexceptneforce::error_conditioninlineexplicit
message() constneforce::error_conditioninline
operator bool() const noexceptneforce::error_conditioninlineexplicit
operator!=(const error_condition &rhs) const noexcept(noexcept(!(derived().equal_to(rhs))))neforce::icomparable< error_condition >inline
operator<(const error_condition &rhs) const noexcept(noexcept(derived().less_than(rhs)))neforce::icomparable< error_condition >inline
operator<=(const error_condition &rhs) const noexcept(noexcept(!(rhs.less_than(derived()))))neforce::icomparable< error_condition >inline
operator==(const error_condition &rhs) const noexcept(noexcept(derived().equal_to(rhs)))neforce::icomparable< error_condition >inline
operator>(const error_condition &rhs) const noexcept(noexcept(rhs.less_than(derived())))neforce::icomparable< error_condition >inline
operator>=(const error_condition &rhs) const noexcept(noexcept(!(derived().less_than(rhs))))neforce::icomparable< error_condition >inline
value() const noexceptneforce::error_conditioninline