Facets may not be copied or assigned.
Definition at line 342 of file locale_classes.h.
std::locale::facet::facet | ( | size_t | __refs = 0 |
) | throw () [inline, explicit, protected] |
Facet constructor.
This is the constructor provided by the standard. If refs is 0, the facet is destroyed when the last referencing locale is destroyed. Otherwise the facet will never be destroyed.
refs | The initial value for reference count. |
Definition at line 374 of file locale_classes.h.
virtual std::locale::facet::~facet | ( | ) | [protected, virtual] |
Facet destructor.