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

Function trim_copy

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

Source from the content-addressed store, hash-verified

338 */
339 template<typename SequenceT>
340 inline SequenceT trim_copy( const SequenceT& Input, const std::locale& Loc=std::locale() )
341 {
342 return
343 ::boost::algorithm::trim_copy_if(
344 Input,
345 is_space(Loc) );
346 }
347
348 //! Trim
349 /*!

Callers 3

Cli.cppFile · 0.85
json_completionMethod · 0.85
helpMethod · 0.85

Calls 2

trim_copy_ifFunction · 0.85
is_spaceFunction · 0.70

Tested by

no test coverage detected