Kea 2.7.5
|
Go to the source code of this file.
Classes | |
class | isc::util::Optional< T > |
A template representing an optional value. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
Functions | |
template<typename T > | |
std::ostream & | isc::util::operator<< (std::ostream &os, const Optional< T > &optional_value) |
Inserts an optional value to a stream. | |