![]() |
Sunshine latest
Self-hosted game stream host for Moonlight.
|
Public Member Functions | |
option_t & | operator= (option_t &&) noexcept=default |
option_t (const option_t &)=default | |
option_t (option_t &&) noexcept=default | |
option_t (std::string &&name, decltype(value) &&value) | |
Public Attributes | |
std::string | name |
std::variant< int, int *, std::optional< int > *, std::function< int()>, std::string, std::string * > | value |