Construct an empty range.
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected