|
|
template<typename V> |
| | unset_wrap (const V &v) |
| |
|
template<typename V> |
| | unset_wrap (V &&v) |
| |
|
T & | operator* () |
| |
|
const T & | operator* () const |
| |
|
T * | operator-> () |
| |
|
const T * | operator-> () const |
| |
|
T | orDefault (const T &def) const |
| |
|
template<typename Destination> |
| void | bindTo (Destination &destination) const |
| |
|
unset_wrap< T > & | operator= (const unset_wrap< T > &v) noexcept |
| |
|
template<aui::convertible_to< T > U> |
| unset_wrap< T > & | operator= (const unset_wrap< U > &v) noexcept |
| |
|
bool | operator== (const unset_wrap< T > &other) const |
| |
|
bool | operator!= (const unset_wrap< T > &other) const |
| |
|
void | reset () noexcept |
| |
|
| operator bool () const |
| |