MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / trim_right

Function trim_right

extern/boost/boost/algorithm/string/trim.hpp:255–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 */
254 template<typename SequenceT>
255 inline void trim_right(SequenceT& Input, const std::locale& Loc=std::locale())
256 {
257 ::boost::algorithm::trim_right_if(
258 Input,
259 is_space(Loc) );
260 }
261
262 // both side trim -----------------------------------------------//
263

Callers 1

basic_cstring.hppFile · 0.85

Calls 2

trim_right_ifFunction · 0.85
is_spaceFunction · 0.85

Tested by

no test coverage detected