Share via


time_get_byname 클래스

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

구문

template <class Elem, class InputIterator =
    istreambuf_iterator<CharType, char_traits<CharType>>>
class time_get_byname : public time_get<CharType, InputIterator>
{
public:
    explicit time_get_byname(
    const char* _Locname,
    size_t _Refs = 0);

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

protected:
    virtual ~time_get_byname()
};

매개 변수

_Locname
명명된 로캘입니다.

_심판
초기 참조 횟수

요구 사항

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

헤더:<로캘>

네임스페이스: std

참고 항목

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