|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 none_t,包括所有继承而来的类成员
| equal_to(const none_t &other) const noexcept | none_t | inline |
| less_than(const none_t &other) const noexcept | none_t | inline |
| none_t() noexcept=default | none_t | |
| operator!=(const none_t &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | icomparable< none_t > | inline |
| operator<(const none_t &rhs) const noexcept(noexcept(derived().less_than(rhs))) | icomparable< none_t > | inline |
| operator<=(const none_t &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | icomparable< none_t > | inline |
| operator==(const none_t &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | icomparable< none_t > | inline |
| operator>(const none_t &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | icomparable< none_t > | inline |
| operator>=(const none_t &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | icomparable< none_t > | inline |
| swap(none_t &other) noexcept | none_t | inline |
| to_hash() const noexcept | none_t | inline |
| to_ihash() const noexcept(noexcept(derived().to_hash())) | ihashable< none_t > | inline |