Class context

Inheritance Relationships

Base Type

Class Documentation

class context : public rcppsw::types::named_type<int, struct context_tag>

A context associated with some metrics.

Collecting the same metrics from the same objects in different contexts (e.g., doing thing A and doing thing B) and reporting the results separately may be desirable.

Public Functions

context(const context&) = default
inline bool operator!=(const context &other) const
inline context &operator=(const context &other)
inline bool operator==(const context &other) const