MCPcopy Create free account
hub / github.com/Genivia/ugrep / ORanges

Method ORanges

include/reflex/ranges.h:645–646  ·  view source on GitHub ↗

Construct an empty range.

Source from the content-addressed store, hash-verified

643 typedef typename container_type::const_iterator const_iterator;
644 /// Construct an empty range.
645 ORanges()
646 { }
647 /// Construct a copy of a range [lo,hi].
648 ORanges(const value_type& r) ///< range
649 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected