| 227 | } |
| 228 | |
| 229 | std::string as_string() const { |
| 230 | return ToString(); |
| 231 | } |
| 232 | // We also define ToString() here, since many other string-like |
| 233 | // interfaces name the routine that converts to a C++ string |
| 234 | // "ToString", and it's confusing to have the method that does that |
no test coverage detected