| 202 | |
| 203 | template <typename T> |
| 204 | static cs::string_borrower to_string(const T &val) |
| 205 | { |
| 206 | return to_string_if<T, to_string_helper<T>::value>::to_string(val); |
| 207 | } |
| 208 | |
| 209 | template <typename T> |
| 210 | static std::intptr_t to_integer(const T &val) |
no outgoing calls
no test coverage detected