21template <
bool TVal
idPtr>
22struct MsgSizeLayerConstNullPtrCastHelper
24 template <
typename TPtr>
25 using Type =
const typename TPtr::element_type*;
29struct MsgSizeLayerConstNullPtrCastHelper<false>
31 template <
typename TPtr>
32 using Type =
const void*;
Main namespace for all classes / functions of COMMS library.