| 212 | LockGuard(const LockGuard&) = delete; |
| 213 | LockGuard(LockGuard&&) = delete; |
| 214 | auto operator=(const LockGuard&) -> LockGuard& = delete; |
| 215 | auto operator=(LockGuard&&) -> LockGuard& = delete; |
| 216 | /// @} |
| 217 |
nothing calls this directly
no outgoing calls
no test coverage detected