MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / trim

Function trim

extern/boost/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 ::boost::algorithm::trim_if(
376 Input,
377 is_space( Loc ) );
378 }
379
380 } // namespace algorithm
381

Callers 1

basic_cstring.hppFile · 0.85

Calls 2

trim_ifFunction · 0.85
is_spaceFunction · 0.85

Tested by

no test coverage detected