| 227 | counting_resource() = default; |
| 228 | |
| 229 | [[nodiscard]] |
| 230 | auto get_count() const noexcept -> std::size_t |
| 231 | { |
| 232 | return count; |
| 233 | } |
| 234 | |
| 235 | [[nodiscard]] |
| 236 | auto get_alive() const noexcept -> std::size_t |
no outgoing calls
no test coverage detected