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 |
|
| 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 |
|
#include <AUI/Traits/values.h>
The documentation for this class was generated from the following file: