13 Stat& operator=(
const Stat&) =
delete;
15 virtual ~
Stat() =
default;
24 void increase(std::atomic<T>* v) {
26 std::atomic_fetch_add_explicit(v, 1, std::memory_order_relaxed);
31 const bool enabled_{
false};
bool enabled() const
Returns true if the logging is enabled.
Definition: stat.h:20
Sum type of symbolic::Expression and symbolic::Formula.
Definition: api.cc:9
Base class for statistics.
Definition: stat.h:8