MCPcopy Create free account
hub / github.com/Tencent/mars / trim

Function trim

mars/boost/algorithm/string/trim.hpp:373–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 */
372 template<typename SequenceT>
373 inline void trim(SequenceT& Input, const std::locale& Loc=std::locale())
374 {
375 ::mars_boost::algorithm::trim_if(
376 Input,
377 is_space( Loc ) );
378 }
379
380 } // namespace algorithm
381

Callers 1

physical_concurrencyMethod · 0.85

Calls 2

trim_ifFunction · 0.85
is_spaceFunction · 0.85

Tested by

no test coverage detected