Home | Libraries | People | FAQ | More |
boost::algorithm::trim_right_if — Right trim - parametric.
// In header: <boost/algorithm/string/trim.hpp> template<typename SequenceT, typename PredicateT> void trim_right_if(SequenceT & Input, PredicateT IsSpace);