19template <
bool TVal
idPtr>
 
   20struct MsgSizeLayerConstNullPtrCastHelper
 
   22    template <
typename TPtr>
 
   23    using Type = 
const typename TPtr::element_type*;
 
   27struct MsgSizeLayerConstNullPtrCastHelper<false>
 
   29    template <
typename TPtr>
 
   30    using Type = 
const void*;
 
Main namespace for all classes / functions of COMMS library.