| 153 | } |
| 154 | |
| 155 | std::string |
| 156 | Any::ToStringNoExcept() const |
| 157 | { |
| 158 | return Empty() ? std::string() : _content->ToString(); |
| 159 | } |
| 160 | |
| 161 | std::ostream& |
| 162 | any_value_to_cpp(std::ostream& os, Any const& val, uint8_t const increment, int32_t const indent) |