Searched defs:DisplayIdGetter (Results 1 – 1 of 1) sorted by relevance
295 struct DisplayIdGetter<PhysicalDisplayId<PhysicalDisplay>> { struct296 static std::optional<DisplayId> get() { in get()311 struct DisplayIdGetter<VirtualDisplayId<displayId>> { struct312 static std::optional<DisplayId> get() { return DisplayId{displayId}; } in get()316 struct DisplayIdGetter<NoDisplayId> { struct317 static std::optional<DisplayId> get() { return {}; } in get()