OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
Utils.h File Reference

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

namespace  OnixS
namespace  OnixS::CME
namespace  OnixS::CME::iLink3
namespace  OnixS::CME::iLink3::Messaging
namespace  OnixS::CME::iLink3::Messaging::details

Macros

#define CHECK_TYPE_INTEGRAL(Type)

Macro Definition Documentation

◆ CHECK_TYPE_INTEGRAL

#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.