moneypunct_byname Class
사용할 수 있는 개체에 설명 하는 파생 된 템플릿 클래스를 moneypunct 부분 해당된 로캘의 통화 서식을 사용 하면 통화 출력 필드를 입력 합니다.
template<class CharType, bool Intl = false>
class moneypunct_byname : public moneypunct<CharType, Intl>
{
public:
explicit moneypunct_byname(
const char *_Locname,
size_t _Refs = 0
);
explicit moneypunct_byname(
const string& _Locname,
size_t _Refs = 0
);
protected:
virtual ~moneypunct_byname();
};
설명
동작 명명 된 로케일에 의해 결정 됩니다 _Locname.각 생성자와 해당 기본 개체 초기화 moneypunct< CharType, 국제 > (_Refs).
요구 사항
헤더: <locale>
네임 스페이스: std