MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / trim_right_copy

Function trim_right_copy

include/win/boost/algorithm/string/trim.hpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 */
214 template<typename SequenceT>
215 inline SequenceT trim_right_copy(const SequenceT& Input, const std::locale& Loc=std::locale())
216 {
217 return
218 ::boost::algorithm::trim_right_copy_if(
219 Input,
220 is_space(Loc));
221 }
222
223
224 //! Right trim - parametric

Callers

nothing calls this directly

Calls 2

trim_right_copy_ifFunction · 0.85
is_spaceFunction · 0.70

Tested by

no test coverage detected