OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
Utils.h File Reference
#include <cassert>
#include <OnixS/B3/BOE/ABI.h>
#include <type_traits>

Go to the source code of this file.

Classes

struct  HasMantissa< T >::SFINAE< U >
 
struct  HasExponent< T >::SFINAE< U >
 
struct  HasMemberTraits< T >::SFINAE< U >
 
struct  HasValueStaticMember< T >::SFINAE< U, U::Value >
 
struct  HasSerializeMember< T >::SFINAE< U, noexcept >
 

Namespaces

 OnixS
 
 OnixS::B3
 
 OnixS::B3::BOE
 
 OnixS::B3::BOE::Messaging
 
 OnixS::B3::BOE::Messaging::details
 

Macros

#define CHECK_TYPE_INTEGRAL(Type)
 

Macro Definition Documentation

#define CHECK_TYPE_INTEGRAL (   Type)
Value:
static_assert( \
std::is_integral<Type>::value, \
#Type " must be an integral type, consider adding MemberTraits" \
);

Definition at line 47 of file Utils.h.