Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PunctFacet Structure

Numeric punctuation facet with 3 digits per thousands separator.

C++
struct PunctFacet : public std::numpunct<char> {
  const std::string years[YEAR2100 - YEAR37 + 1];
};

An instance of this structure is created in PageOut.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!