Searched refs:trim_all_copy_if (Results 1 – 3 of 3) sorted by relevance
56 inline SequenceT trim_all_copy_if(const SequenceT& Input, PredicateT IsSpace) in trim_all_copy_if() function99 return trim_all_copy_if(Input, ::boost::is_space(Loc)); in trim_all_copy()209 using algorithm::trim_all_copy_if;
124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()149 trim_all_copy_if( in trim_all_test()152 BOOST_CHECK( trim_all_copy_if( string("<>abc<>def<>"), is_any_of( "<<>>" ) )=="abc<def" ); in trim_all_test()
739 boost/algorithm/trim_all_copy_if.html