Searched defs:ScopedWSAEVENT (Results 1 – 1 of 1) sorted by relevance
444 class ScopedWSAEVENT { class447 ScopedWSAEVENT(WSAEVENT event) { reset(event); } in ScopedWSAEVENT() function in ScopedWSAEVENT449 ScopedWSAEVENT(ScopedWSAEVENT &&other) { *this = std::move(other); } in ScopedWSAEVENT() function in ScopedWSAEVENT