collate_byname 클래스
지정된 로캘의 데이터 정렬 패싯 역할을 할 수 있는 개체를 설명하는 파생 클래스 템플릿으로, 문자열 정렬 규칙과 관련된 문화권 영역과 관련된 정보를 검색할 수 있습니다.
구문
template <class CharType>
class collate_byname : public collate<CharType> {
public:
explicit collate_byname(
const char* _Locname,
size_t _Refs = 0);
explicit collate_byname(
const string& _Locname,
size_t _Refs = 0);
protected:
virtual ~collate_byname();
};
매개 변수
_Locname
명명된 로캘입니다.
_심판
초기 참조 횟수
설명
클래스 템플릿은 collate CharType 형식의 로캘 패싯으로 사용할 수 있는 개체를<설명>합니다. 해당 동작은 명명된 로캘 _Locname 따라 결정됩니다. 각 생성자는 collate<CharType>(_Refs
)을 사용하여 기본 개체를 초기화합니다.
요구 사항
헤더:<로캘>
네임스페이스: std