| 106 | } |
| 107 | |
| 108 | oidn_inline operator bool() const noexcept { return ptr != nullptr; } |
| 109 | |
| 110 | oidn_inline T& operator *() const noexcept { return *ptr; } |
| 111 | oidn_inline T* operator ->() const noexcept { return ptr; } |
nothing calls this directly
no outgoing calls
no test coverage detected