| 97 | size_t getMaximumUsage() const noexcept { return mst_max_usage; } |
| 98 | size_t getCurrentMapping() const noexcept { return mst_mapped.value(); } |
| 99 | size_t getMaximumMapping() const noexcept { return mst_max_mapped; } |
| 100 | |
| 101 | private: |
| 102 | // Forbid copying/assignment |
no outgoing calls
no test coverage detected