Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
string::size は、文字列を表すために必要な配列要素の数、または文字列をレンダリングするために必要なグリフの数を返しますか? wstring は同じように動作しますか?
配列内のchar/の数を返します。wchar_tこれにより、単一の としては意味を持たない可能性のあるstd::stringをエンコードできます。utf-8char
char
wchar_t
std::string
utf-8