6 #ifndef IROHA_VISITOR_APPLY_FOR_ALL_HPP 7 #define IROHA_VISITOR_APPLY_FOR_ALL_HPP 9 #include <boost/variant/static_visitor.hpp> 20 template <
typename InputType>
22 return operand.toString();
28 #endif // IROHA_VISITOR_APPLY_FOR_ALL_HPP Definition: visitor_apply_for_all.hpp:18
auto operator()(const InputType &operand) const
Definition: visitor_apply_for_all.hpp:21
Definition: command_executor.hpp:13