OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
IsSameSignedness< T, U > Struct Template Reference

Public Types

enum  

Detailed Description

template<class T, class U>
struct OnixS::CME::ConflatedTCP::Messaging::details::IsSameSignedness< T, U >

Definition at line 87 of file Utils.h.

Member Enumeration Documentation

◆ anonymous enum

template<class T, class U>
anonymous enum
Enumerator
value (static_cast<bool>(IsSigned<T>::value) == static_cast<bool>(IsSigned<U>::value)) 

Definition at line 89 of file Utils.h.