Template Class ValueInitialized

Class Documentation

template<typename T>
class uitsl::ValueInitialized

Public Functions

ValueInitialized()
ValueInitialized(const T &val_)
operator const T&() const
operator T&()
T *operator&()
bool operator==(const T &rhs) const
bool operator!=(const T &rhs) const
T &operator=(const T &other)
T &operator=(T &&other) noexcept