Functions | |
| template<typename T > | |
| std::string | toStringDereferenced (const T &o) |
| Print pointers and optionals. More... | |
| template<> | |
| std::string | toStringDereferenced< boost::none_t > (const boost::none_t &) |
| template<> | |
| std::string | toStringDereferenced< std::nullopt_t > (const std::nullopt_t &) |
Variables | |
| const std::string | kBeginBlockMarker = "[" |
| const std::string | kEndBlockMarker = "]" |
| const std::string | kSingleFieldsSeparator = ", " |
| const std::string | kNotSet = "(not set)" |
|
inline |
Print pointers and optionals.


|
inline |
|
inline |
| const std::string iroha::to_string::detail::kBeginBlockMarker = "[" |
| const std::string iroha::to_string::detail::kEndBlockMarker = "]" |
| const std::string iroha::to_string::detail::kNotSet = "(not set)" |
| const std::string iroha::to_string::detail::kSingleFieldsSeparator = ", " |