Searched defs:ScopedCloser (Results 1 – 1 of 1) sorted by relevance
34 class ScopedCloser { class36 constexpr ScopedCloser(F&& func) : mFunc(std::forward<F>(func)), mEnabled(true) {} in ScopedCloser() function in gfxstream::__anon8bfd97230111::ScopedCloser