Home
last modified time | relevance | path

Searched defs:ScopeGuard (Results 1 – 1 of 1) sorted by relevance

/lib/uefi/
A Ddefer.h34 constexpr ScopeGuard(F &&f) : f_(static_cast<F &&>(f)) {} in ScopeGuard() function
35 constexpr ScopeGuard(ScopeGuard &&that) noexcept in ScopeGuard() function
41 constexpr ScopeGuard(ScopeGuard<Functor> &&that) in ScopeGuard() function

Completed in 2 milliseconds