3namespace osc {
class App; }
20 explicit operator bool ()
const {
return handle_ !=
nullptr; }
24 explicit operator void* ()
const {
return handle_; }
27 void reset() { handle_ =
nullptr; }
30 void* handle_ =
nullptr;
void reset()
Definition window_id.h:27
WindowID(void *handle)
Definition window_id.h:14
friend bool operator==(const WindowID &, const WindowID &)=default
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56