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

Function find_tail

include/win/boost/algorithm/string/find.hpp:278–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 */
277 template<typename RangeT>
278 inline iterator_range<
279 BOOST_STRING_TYPENAME range_iterator<RangeT>::type>
280 find_tail(
281 RangeT& Input,
282 int N)
283 {
284 return ::boost::algorithm::find(Input, ::boost::algorithm::tail_finder(N));
285 }
286
287// find_token --------------------------------------------------------------------//
288

Callers

nothing calls this directly

Calls 2

tail_finderFunction · 0.85
findFunction · 0.70

Tested by

no test coverage detected