![]() |
QxOrm
1.5.0
C++ Object Relational Mapping library
|
Go to the source code of this file.
Classes | |
| struct | qx::memory::__nvwa_compile_time_error< true > |
Namespaces | |
| namespace | qx |
Root namespace for all QxOrm library features. | |
| namespace | qx::memory |
QxOrm library memory leak detection (by Wu Yongwei) | |
Defines | |
| #define | STATIC_ASSERT(_Expr, _Msg) |
Template class to check validity duing compile time (adapted from Loki).
Definition in file static_assert.h.
| #define STATIC_ASSERT | ( | _Expr, | |
| _Msg | |||
| ) |
{ \
__nvwa_compile_time_error<((_Expr) != 0)> ERROR_##_Msg; \
(void)ERROR_##_Msg; \
}
Definition at line 54 of file static_assert.h.