Searched defs:ScopeGuard (Results 1 – 2 of 2) sorted by relevance
17 struct ScopeGuard // no copy/move ctor/assign struct20 explicit ScopeGuard(int v) : val_(v) {} in ScopeGuard() argument25 ScopeGuard(ScopeGuard const&); argument
62 explicit ScopeGuard(const ScopePtr &scope) { in ScopeGuard() function