Template Class Uninitialized

Class Documentation

template<typename T>
class uitsl::Uninitialized

Public Functions

Uninitialized()
Uninitialized(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