reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/locale_classes.h
   98     static const category none		= 0;
   99     static const category ctype		= 1L << 0;
  100     static const category numeric	= 1L << 1;
  101     static const category collate	= 1L << 2;
  102     static const category time		= 1L << 3;
  103     static const category monetary	= 1L << 4;
  104     static const category messages	= 1L << 5;
  105     static const category all		= (ctype | numeric | collate |
  151     locale(const locale& __base, const char* __s, category __cat);
  177     locale(const locale& __base, const std::string& __s, category __cat)
  192     locale(const locale& __base, const locale& __add, category __cat);
  348     static category
  349     _S_normalize_category(category);
  352     _M_coalesce(const locale& __base, const locale& __add, category __cat);
  597     _M_replace_categories(const _Impl*, category);