| 109 | m_atomics.version.fetch_add(1, std::memory_order_release); |
| 110 | } |
| 111 | float ClientComp::kneeDb() const noexcept |
| 112 | { return m_atomics.kneeDb.load(std::memory_order_relaxed); } |
| 113 | |
| 114 | void ClientComp::setMakeupDb(float db) noexcept |
| 115 | { |
no test coverage detected