|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | element_type = T |
| using | array_type = std::array<T,N> |
| using | const_iterator = typename array_type::const_iterator |
Public Member Functions | |
| results (T a) noexcept | |
| results (T a, T b) noexcept | |
| results (T a, T b, T c) noexcept | |
Data Fields | |
| int | count |
| array_type | value |
Static Public Attributes | |
| static constexpr int | maxCount = N |