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

Function trim_all

include/win/boost/algorithm/string/trim_all.hpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 */
113 template<typename SequenceT>
114 inline void trim_all(SequenceT& Input, const std::locale& Loc =std::locale())
115 {
116 trim_all_if(Input, ::boost::is_space(Loc));
117 }
118
119
120 //! Trim Fill - parametric

Callers

nothing calls this directly

Calls 2

trim_all_ifFunction · 0.85
is_spaceFunction · 0.70

Tested by

no test coverage detected