Anslatortray
anslatortray::Characters::Letters Namespace Reference

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...
 

Detailed Description

Arrays of diffrent letters (internal use)

Variable Documentation

◆ ALL

constexpr char anslatortray::Characters::Letters::ALL[] {"aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ"}

Array containing all upper and lower case letters (internal use)

◆ VOWELS

constexpr char anslatortray::Characters::Letters::VOWELS[] {"aAeEiIoOuU"}

Array containing all upper and lower case vowels (except for y) (internal use)

◆ VOWELS_WITH_Y

constexpr char anslatortray::Characters::Letters::VOWELS_WITH_Y[] {"aAeEiIoOuUyY"}

Array containing all upper and lower case vowels (including y) (internal use)

◆ Y

constexpr char anslatortray::Characters::Letters::Y[] {"yY"}

Array containing upper and lower case y (internal use)