Home
last modified time | relevance | path

Searched refs:trim_all_copy_if (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/algorithm/string/
Dtrim_all.hpp56 inline SequenceT trim_all_copy_if(const SequenceT& Input, PredicateT IsSpace) in trim_all_copy_if() function
99 return trim_all_copy_if(Input, ::boost::is_space(Loc)); in trim_all_copy()
209 using algorithm::trim_all_copy_if;
/third_party/boost/libs/algorithm/string/test/
Dtrim_test.cpp124 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()
/third_party/boost/doc/html/
Ddoc_HTML.manifest739 boost/algorithm/trim_all_copy_if.html