👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/format/basic_format_context/locale.md b/reference/format/basic_format_context/locale.md new file mode 100644 index 000000000..5990d19ea --- /dev/null +++ b/reference/format/basic_format_context/locale.md @@ -0,0 +1,32 @@ +# locale +* format[meta header] +* function[meta id-type] +* std[meta namespace] +* basic_format_context[meta class] +* cpp20[meta cpp] + +```cpp +std::locale locale(); +``` +* std::locale[link /reference/locale/locale.md] + +## 概要 +ロケールを取得する。 + + +## 効果 ...