Content deleted Content added
Add further C++17 example for static table generation |
m →Static Table Generation: Typo fix |
||
Line 152:
*/
template<int INDEX = 0, int ...D>
struct Helper :
/**
Line 162:
};
constexpr std::array<int, TABLE_SIZE> table =
enum {
|