AUI Framework
master
Cross-platform base for C++ UI apps
|
Static Public Member Functions# | |
static constexpr T | first () |
static constexpr T | last () |
static constexpr T | at (unsigned index) |
|
inlinestaticconstexpr |
Accepts integer sequence in template parameters and returns the value of the specified integer by it's index.
index | index of the integer |
|
inlinestaticconstexpr |
Accepts integer sequence in template parameters and returns the value of the first integer.
|
inlinestaticconstexpr |
Accepts integer sequence in template parameters and returns the value of the last integer.