25class StripedCounter
final {
33 StripedCounter(
const StripedCounter&) =
delete;
34 StripedCounter& operator=(
const StripedCounter&) =
delete;
36 StripedCounter(StripedCounter&&) =
delete;
37 StripedCounter& operator=(StripedCounter&&) =
delete;
40 void Add(std::uintptr_t value)
noexcept;
70 utils::FastPimpl<Impl, 32, 8> impl_;