![]() |
STX
1.0.0
|
This is the complete list of members for stx::Some< T >, including all inherited members.
operator!=(Some< U > const &cmp) const | stx::Some< T > | inline |
operator!=(NoneType const &) const noexcept | stx::Some< T > | inline |
operator=(Some &&rhs)=default | stx::Some< T > | |
operator=(Some const &)=default | stx::Some< T > | |
operator==(Some< U > const &cmp) const | stx::Some< T > | inline |
operator==(NoneType const &) const noexcept | stx::Some< T > | inline |
Option | stx::Some< T > | friend |
Some(T &&value) | stx::Some< T > | inlineexplicit |
Some(Some &&rhs)=default | stx::Some< T > | |
Some(Some const &)=default | stx::Some< T > | |
value() const &noexcept | stx::Some< T > | inline |
value() &noexcept | stx::Some< T > | inline |
value() const && | stx::Some< T > | inline |
value() && | stx::Some< T > | inline |
value_type typedef | stx::Some< T > | |
~Some()=default | stx::Some< T > |