![]()  | 
  
    Rosetta
    2019.12
    
   | 
 
Commonly used string constants. More...
#include <string>Namespaces | |
| utility | |
| unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0.  | |
Functions | |
| static std::string const | utility::UPPERCASE_LETTERS ("ABCDEFGHIJKLMNOPQRSTUVWXYZ") | 
| static std::string const | utility::LOWERCASE_LETTERS ("abcdefghijklmnopqrstuvwxyz") | 
| static std::string const | utility::LETTERS (UPPERCASE_LETTERS+LOWERCASE_LETTERS) | 
| static std::string const | utility::NUMERALS ("0123456789") | 
| static std::string const | utility::UPPERCASE_ALPHANUMERICS (UPPERCASE_LETTERS+NUMERALS) | 
| static std::string const | utility::LOWERCASE_ALPHANUMERICS (LOWERCASE_LETTERS+NUMERALS) | 
| static std::string const | utility::ALPHANUMERICS (LETTERS+NUMERALS) | 
Commonly used string constants.
 1.8.7