Kea  1.5.0
optional_value.h File Reference
#include <ostream>
+ Include dependency graph for optional_value.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::util::OptionalValue< T >
 Simple class representing an optional value. More...
 
struct  isc::util::OptionalValueState
 Indicate if an OptionalValue is is specified or not. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::util
 

Functions

template<typename T >
std::ostream & isc::util::operator<< (std::ostream &os, const OptionalValue< T > &optional_value)
 Inserts an optional value to a stream. More...