Kea
1.9.9-git
|
#include <stdlib.h>
#include <algorithm>
#include <functional>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
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... | |