Kea 2.5.8
range_utilities.h File Reference
#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.
 
template<typename Iterator >
bool isc::util::isRangeZero (Iterator begin, Iterator end)
 Checks if specified range in a container contains only zeros.