| 135 | |
| 136 | public: |
| 137 | Allocated() = delete; |
| 138 | Allocated(const Allocated &) = delete; |
| 139 | Allocated(Allocated &&other) noexcept; |
| 140 | Allocated &operator=(Allocated const &other) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected