std::basic_regex<CharT,Traits>::getloc
提供: cppreference.com
< cpp | regex | basic regex
locale_type getloc() const; |
(C++11以上) | |
正規表現に紐付けられている現在のロケールを返します。
実質的に traits_i.getloc() を呼びます。 ただし traits_i
は正規表現オブジェクト内に格納されているデフォルト初期化された Traits
型のインスタンスです。
目次 |
[編集] 引数
(なし)
[編集] 戻り値
正規表現に紐付けられている現在のロケール。
[編集] 例外
(なし)
[編集] 例
This section is incomplete Reason: no example |
[編集] 関連項目
ロケール情報を設定します (パブリックメンバ関数) |