MCPcopy Create free account
hub / github.com/ablab/spades / token_finder

Function token_finder

ext/include/boost/algorithm/string/finder.hpp:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

split.hppFile · 0.85
find_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected