persistent-cache-cpp
|
#include <boost/optional.hpp>
#include <boost/optional/optional_io.hpp>
Go to the source code of this file.
Namespaces | |
namespace | core |
Top-level namespace for core functionality. | |
Typedefs | |
template<typename T > | |
using | core::Optional = boost::optional< T > |
Convenience typedef for nullable values. | |