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

Function make_char_range

include/boost/parser/parser.hpp:1956–1960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1954
1955 template<bool SortedUTF32, typename Iter, typename Sentinel>
1956 constexpr auto make_char_range(Iter first, Sentinel last)
1957 {
1958 return char_range<Iter, Sentinel, SortedUTF32>{
1959 BOOST_PARSER_SUBRANGE<Iter, Sentinel>{first, last}};
1960 }
1961
1962 template<bool SortedUTF32, typename R>
1963 constexpr auto make_char_range(R && r) noexcept

Callers

nothing calls this directly

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected