Anslatortray
|
Arrays of diffrent letters (internal use) More...
Variables | |
constexpr char | ALL [] {"aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ"} |
Array containing all upper and lower case letters (internal use) More... | |
constexpr char | VOWELS [] {"aAeEiIoOuU"} |
Array containing all upper and lower case vowels (except for y) (internal use) More... | |
constexpr char | VOWELS_WITH_Y [] {"aAeEiIoOuUyY"} |
Array containing all upper and lower case vowels (including y) (internal use) More... | |
constexpr char | Y [] {"yY"} |
Array containing upper and lower case y (internal use) More... | |
Arrays of diffrent letters (internal use)
constexpr char anslatortray::Characters::Letters::ALL[] {"aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ"} |
Array containing all upper and lower case letters (internal use)
constexpr char anslatortray::Characters::Letters::VOWELS[] {"aAeEiIoOuU"} |
Array containing all upper and lower case vowels (except for y) (internal use)
constexpr char anslatortray::Characters::Letters::VOWELS_WITH_Y[] {"aAeEiIoOuUyY"} |
Array containing all upper and lower case vowels (including y) (internal use)
constexpr char anslatortray::Characters::Letters::Y[] {"yY"} |
Array containing upper and lower case y (internal use)