21template <std::
intmax_t TOffset,
typename TBase>
22class DisplayOffset :
public TBase
24 using BaseImpl = TBase;
26 using DisplayOffsetType =
typename TBase::DisplayOffsetType;
28 static constexpr DisplayOffsetType displayOffset()
30 return static_cast<DisplayOffsetType
>(TOffset);
Main namespace for all classes / functions of COMMS library.