最終更新日時(UTC):
が更新

履歴 編集

class template
<locale>

std::collate

namespace std {
  template <class charT>
  class collate : public locale::facet;
}

概要

(ここに、クラスの概要を記載する)

メンバ関数

名前 説明
(constructor) コンストラクタ
compare 文字列を比較する
transform 文字の範囲を文字列に変換する
hash 文字範囲のハッシュ値を求める

protectedメンバ関数

名前 説明
(destructor) デストラクタ
do_compare 文字列を比較する
do_transform 文字の範囲を文字列に変換する
do_hash 文字範囲のハッシュ値を求める

メンバ型

名前 説明
char_type 文字型 charT
string_type 文字列型 basic_string<charT>


出力

参照