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

Function trim_if

extern/boost/boost/algorithm/string/trim.hpp:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 */
357 template<typename SequenceT, typename PredicateT>
358 inline void trim_if(SequenceT& Input, PredicateT IsSpace)
359 {
360 ::boost::algorithm::trim_right_if( Input, IsSpace );
361 ::boost::algorithm::trim_left_if( Input, IsSpace );
362 }
363
364 //! Trim
365 /*!

Callers 1

trimFunction · 0.85

Calls 2

trim_right_ifFunction · 0.85
trim_left_ifFunction · 0.85

Tested by

no test coverage detected