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

Function make_view_end

include/boost/parser/parser.hpp:2787–2794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2785
2786 template<typename R>
2787 constexpr auto make_view_end(R & r) noexcept
2788 {
2789 if constexpr (std::is_pointer_v<std::decay_t<R>>) {
2790 return text::null_sentinel;
2791 } else {
2792 return detail::text::detail::end(r);
2793 }
2794 }
2795
2796 template<
2797 typename Iter1,

Callers 3

string_parserFunction · 0.85
parser.hppFile · 0.85
operator()Function · 0.85

Calls 1

endFunction · 0.70

Tested by

no test coverage detected