Searched defs:SmartScopedWriter (Results 1 – 1 of 1) sorted by relevance
184 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable186 template <bool mt_only> struct SmartScopedWriter { struct189 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument193 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument