Share via


time_put_byname 클래스

파생 클래스 템플릿은 CharType, OutputIterator 형식 time_put< 의 로캘 패싯으로 사용할 수 있는 개체를 설명합니다 >.

구문

template <class CharType, class OutIt = ostreambuf_iterator<CharType, char_traits<CharType>>>
class time_put_byname : public time_put<CharType, OutputIterator>
{
public:
    explicit time_put_byname(
    const char* _Locname,
    size_t _Refs = 0);

    explicit time_put_byname(
    const string& _Locname,
    size_t _Refs = 0);

protected:
    virtual ~time_put_byname();

};

매개 변수

_Locname
로캘 이름

_심판
초기 참조 횟수

설명

해당 동작은 명명된 로캘 _Locname 따라 결정됩니다. 각 생성자는 time_put<CharType, OutputIterator>(_Refs)를 사용하여 기본 개체를 초기화합니다.

요구 사항

헤더:<로캘>

네임스페이스: std

참고 항목

C++ 표준 라이브러리의 스레드 보안