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