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.
組み込みのエイリアス (「b」など) を拡張したい場合は、デフォルトの実装が必要です。
これはどこにありますか?ディスク上のどこかにあると思いますが、どこにも見つかりませんでした。
次のような文字列と、次のようなstring x;文字のベクトルを宣言したとします:vector<char> x_vec;
string x;
vector<char> x_vec;
cout<<x;
以上
for(int i=0;i<x.length();i++)