#include <AUI/Traits/values.h>
|
| assert_not_used_when_null (T value) noexcept |
|
template<typename AnyType> |
| operator AnyType () noexcept |
|
T | value () const noexcept |
|
template<typename AnyType> |
bool | operator== (const AnyType &v) const noexcept |
|
template<typename AnyType> |
bool | operator!= (const AnyType &v) const noexcept |
|
template<typename T>
class aui::assert_not_used_when_null< T >
Null-checking wrapper when usage of null is fatal.
- Template Parameters
-
T | any pointer or pointer-like type |
The documentation for this class was generated from the following file: