OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
Assertion.h File Reference

Go to the source code of this file.

Classes

struct  StaticAssertionFailure< true >

Namespaces

namespace  OnixS
namespace  OnixS::CME
namespace  OnixS::CME::ConflatedUDP

Macros

#define ONIXS_SASSERT_MSG(expression, message)

Macro Definition Documentation

◆ ONIXS_SASSERT_MSG

#define ONIXS_SASSERT_MSG ( expression,
message )
Value:
enum \
{ \
ONIXS_JOIN( \
StaticAssertion, \
__LINE__) = \
sizeof \
( \
< \
static_cast<bool>(expression) \
> \
) \
}

Definition at line 34 of file Assertion.h.