MCPcopy Create free account
hub / github.com/boostorg/parser / next

Function next

include/boost/parser/detail/text/detail/algorithm.hpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35 template<typename I>
36 auto next(I it)
37 {
38#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS
39 return std::ranges::next(it);
40#else
41 return std::next(it);
42#endif
43 }
44
45 template<typename T>
46 using remove_cv_ref_t =

Callers 6

mainFunction · 0.85
nextMethod · 0.85
find_line_positionFunction · 0.85
error_handling.hppFile · 0.85
decode_code_pointFunction · 0.85
searchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected