Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 804 Bytes

File metadata and controls

43 lines (32 loc) · 804 Bytes

ctype_byname

  • locale[meta header]
  • std[meta namespace]
  • class template[meta id-type]
namespace std {
  template <class charT>
  class ctype_byname : public ctype<charT>;
}
  • ctype[link /reference/locale/ctype.md]

概要

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

publicメンバ関数

名前 説明
(constructor) コンストラクタ

protectedメンバ関数

名前 説明
(destructor) デストラクタ

メンバ型

名前 説明
mask ビットマスク型 ctype<charT>::mask

出力

参照