| 1648 | }; |
| 1649 | |
| 1650 | inline auto |
| 1651 | IPRangeSet::mark(swoc::IPRange const &r) -> self_type & { |
| 1652 | _addrs.mark(r, MARK); |
| 1653 | return *this; |
| 1654 | } |
| 1655 | |
| 1656 | inline auto |
| 1657 | IPRangeSet::fill(swoc::IPRange const &r) -> self_type & { |
no test coverage detected