live
Data Structures | Enumerations
Locale.hh File Reference
#include <locale.h>
Include dependency graph for Locale.hh:

Go to the source code of this file.

Data Structures

class  Locale
 

Enumerations

enum  LocaleCategory { All , Numeric }
 

Enumeration Type Documentation

◆ LocaleCategory

Enumerator
All 
Numeric 

Definition at line 57 of file Locale.hh.

57{ All, Numeric }; // define and implement more categories later, as needed
@ Numeric
Definition: Locale.hh:57
@ All
Definition: Locale.hh:57