![]() |
Kea 2.2.0
|
#include <stdlib.h>#include <algorithm>#include <functional>
Include dependency graph for range_utilities.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::util |
Functions | |
| template<typename Iterator > | |
| void | isc::util::fillRandom (Iterator begin, Iterator end) |
| Fill in specified range with a random data. More... | |
| template<typename Iterator > | |
| bool | isc::util::isRangeZero (Iterator begin, Iterator end) |
| Checks if specified range in a container contains only zeros. More... | |