Kea 2.5.8
optional.h File Reference
#include <exceptions/exceptions.h>
#include <ostream>
#include <string>
+ Include dependency graph for optional.h:
+ This graph shows which files directly or indirectly include this file:

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.