#include <boost/optional.hpp>

Go to the source code of this file.
Namespaces | |
| iroha | |
Functions | |
| template<typename C > | |
| auto | iroha::makeOptionalGet (C map) |
| template<typename T , typename... Args> | |
| auto | iroha::makeMethodInvoke (T &object, Args &&... args) |
| template<typename V , typename B > | |
| auto | iroha::assignObjectField (B object, V B::*member) |
| template<template< typename C > class P, typename V , typename B > | |
| auto | iroha::assignObjectField (P< B > object, V B::*member) |