Kea 2.7.5
|
#include <stdlib.h>
#include <algorithm>
#include <functional>
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. | |
template<typename Iterator > | |
bool | isc::util::isRangeZero (Iterator begin, Iterator end) |
Checks if specified range in a container contains only zeros. | |