Searched refs:AllDevices (Results 1 – 1 of 1) sorted by relevance
28 struct AllDevices {}; struct34 using DeviceSelection = std::variant<std::monostate, AllDevices, SingleDevice, Serial>;69 std::variant<std::monostate, AllDevices, SingleDevice, Serial> selection; in main()81 SetOption(&selection, AllDevices{}); in main()