|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| audio_device_id (char type, wchar_t const *id) noexcept | |
| constexpr | audio_device_id (audio_device_id const &) noexcept=default |
| constexpr | audio_device_id (audio_device_id &&) noexcept=default |
| constexpr audio_device_id & | operator= (audio_device_id const &) noexcept=default |
| constexpr audio_device_id & | operator= (audio_device_id &&) noexcept=default |
| operator bool () const noexcept | |
Static Public Attributes | |
| static constexpr char | none = 0 |
| static constexpr char | win32 = 1 |
| static constexpr char | macos = 2 |
| static constexpr char | asio = 3 |
Friends | |
| struct | pickle< audio_device_id > |
| bool | operator== (audio_device_id const &lhs, audio_device_id const &rhs) noexcept=default |