Returns a reference to the last element in the string.
const_reference back() const;
reference back();
Return Value
A reference to the last element of the string, which must be non-empty.
Requirements
Header: <string>
Namespace: std
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Returns a reference to the last element in the string.
const_reference back() const;
reference back();
A reference to the last element of the string, which must be non-empty.
Header: <string>
Namespace: std