boost::algorithm::trim_right — Right trim.
// In header: <boost/algorithm/string/trim.hpp> template<typename SequenceT> ( Input, Loc = );
Remove all trailing spaces from the input. The input sequence is modified in-place.
Parameters:
Input
An input sequence
Loc
A locale used for 'space' classification