PIVX Core  5.6.99
P2P Digital Currency
Typedefs
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.

Typedefs

template<typename T >
using Optional = boost::optional< T >
 Substitute for C++17 std::optional. More...
 

Typedef Documentation

◆ Optional

template<typename T >
using Optional = boost::optional<T>

Substitute for C++17 std::optional.

Definition at line 12 of file optional.h.