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

Function trim_fill

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

Source from the content-addressed store, hash-verified

195 */
196 template<typename SequenceT, typename RangeT>
197 inline void trim_fill(SequenceT& Input, const RangeT& Fill, const std::locale& Loc =std::locale())
198 {
199 trim_fill_if(Input, Fill, ::boost::is_space(Loc));
200 }
201
202
203 } // namespace algorithm

Callers

nothing calls this directly

Calls 2

trim_fill_ifFunction · 0.85
is_spaceFunction · 0.70

Tested by

no test coverage detected