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

Function token_finder

include/win/boost/algorithm/string/finder.hpp:217–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 */
216 template< typename PredicateT >
217 inline detail::token_finderF<PredicateT>
218 token_finder(
219 PredicateT Pred,
220 token_compress_mode_type eCompress=token_compress_off )
221 {
222 return detail::token_finderF<PredicateT>( Pred, eCompress );
223 }
224
225 //! "Range" finder
226 /*!

Callers 6

trim_all_copy_ifFunction · 0.85
trim_all_ifFunction · 0.85
trim_fill_copy_ifFunction · 0.85
trim_fill_ifFunction · 0.85
split.hppFile · 0.85
find_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected