persistent-cache-cpp
optional.h File Reference
#include <boost/optional.hpp>
+ 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.

Namespaces

 core
 Top-level namespace for core functionality.
 

Typedefs

template<typename T >
using core::Optional = boost::optional< T >
 Convenience typedef for nullable values. More...