Function rtrim

Function Documentation

std::string &rtrim(std::string &str)

与えられた文字列の末尾の空白文字を削除します。

パラメータ

str -- [in] 文字列

戻り値

末尾の空白文字を削除された文字列