Go to the documentation of this file.
14 #define QX_NO_ENTRY !"No entry"
19 #define QX_NOT_IMPLEMENTED !"Not implemented"
24 inline bool hit_once(
bool& bHit)
26 const bool bReturn = bHit;
41 #define QX_PREDICATE_HIT_ONCE() \
44 static bool h = false; \
45 return qx::details::hit_once(h); \