AUI Framework
develop
Cross-platform base for C++ UI apps
|
A contract that enforces non-nullable initialization. More...
#include <AUI/Traits/values.h>
T | wrapped pointer-like type |
If initialized with a value that equals to nullptr
, issues a runtime assertion failure.
If initialized with nullptr
itself, throws a compile-time error.
Contents