| 144 | |
| 145 | template <class T, class TStripCriterion> |
| 146 | static inline bool StripString(const T& from, T& to, TStripCriterion&& criterion) { |
| 147 | return TStripImpl<true, true>::StripString(from, to, criterion); |
| 148 | } |
| 149 | |
| 150 | template <class T> |
| 151 | static inline bool StripString(const T& from, T& to) { |
no test coverage detected