AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
ass::unset_wrap< T > Struct Template Reference

Classes

struct  unset_wrap_tag
 

Public Member Functions

template<typename V >
 unset_wrap (const V &v)
 
T & operator* ()
 
const T & operator* () const
 
T * operator-> ()
 
const T * operator-> () const
 
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
 

The documentation for this struct was generated from the following file: