#include <boost/optional.hpp>#include <memory>

Go to the source code of this file.
Namespaces | |
| iroha | |
| iroha::model | |
Typedefs | |
| template<typename T > | |
| using | iroha::model::optional_ptr = boost::optional< std::shared_ptr< T > > |
Functions | |
| template<typename T , typename... Args> | |
| optional_ptr< T > | iroha::model::make_optional_ptr (Args &&... args) |