| 86 | std::uintptr_t i_; |
| 87 | |
| 88 | shared_resource* |
| 89 | get_shared() const noexcept |
| 90 | { |
| 91 | return static_cast<shared_resource*>( |
| 92 | reinterpret_cast<container::pmr::memory_resource*>( |
| 93 | i_ & ~3)); |
| 94 | } |
| 95 | |
| 96 | void |
| 97 | addref() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected