5.4.3. DataKindMask

using eprosima::statistics_backend::DataKindMask = Bitmask<DataKind>

Bitmask of data kinds.

values of DataKind can be combined with the ‘|’ operator to build the mask:

DataKindMask mask = DataKind::PUBLICATION_THROUGHPUT | DataKind::SUBSCRIPTION_THROUGHPUT;

See also

Bitmask