| 196 | */ |
| 197 | template <typename T> |
| 198 | static bool compare(const T &a, const T &b) |
| 199 | { |
| 200 | return compare_if<T, compare_helper<T>::value>::compare(a, b); |
| 201 | } |
| 202 | |
| 203 | template <typename T> |
| 204 | static cs::string_borrower to_string(const T &val) |
no outgoing calls
no test coverage detected