Searched defs:ScopedCap (Results 1 – 1 of 1) sorted by relevance
31 explicit ScopedCap(cap_t cap) : cap_(cap) {} in ScopedCap() function35 ScopedCap(ScopedCap&& other) noexcept : cap_(std::exchange(other.cap_, nullptr)) {} in ScopedCap() function