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

Method subrange

include/boost/parser/subrange.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 struct subrange : detail::stl_interfaces::view_interface<subrange<I, S>>
25 {
26 constexpr subrange() = default;
27 constexpr subrange(I first, S last) : first_(first), last_(last) {}
28 template<typename R>
29 constexpr explicit subrange(R const & r) :

Callers

nothing calls this directly

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected