Template Struct TimeStamp

Struct Documentation

template<typename M, typename Enable = void>
struct TimeStamp

Return a boolean flag indicating the timestamp is not set and zero if the message does not have a header

Public Static Functions

static inline std::pair<bool, int64_t> value(const M&)
Template Parameters
  • M – the message to extract the header from

  • Enable