22template <std::
intmax_t TOffset,
typename TBase>
23class DisplayOffset :
public TBase
25 using BaseImpl = TBase;
27 using DisplayOffsetType =
typename TBase::DisplayOffsetType;
29 static constexpr DisplayOffsetType displayOffset()
31 return static_cast<DisplayOffsetType
>(TOffset);
Main namespace for all classes / functions of COMMS library.