|
Twitch SDK (Internal)
|
#include <dsputilities.h>
Public Member Functions | |
| LookupTable () | |
| Generator::ReturnType | operator[] (size_t index) const |
Private Attributes | |
| std::array< typename Generator::ReturnType, Length > | mValues |
A class that generates a table of lookup values.
| Generator | A class that conforms to the Generator concept and provides values for each entry in the table. See the description of the Generator concept below. |
| Length | The number of values in the table. |
|
inline |
|
inline |
|
private |
1.8.13