| 36 | |
| 37 | template <class TChar> |
| 38 | TEqualsStripAdapter<TChar> EqualsStripAdapter(TChar ch) { |
| 39 | return {ch}; |
| 40 | } |
| 41 | |
| 42 | template <class It, class TStripCriterion> |
| 43 | inline void StripRangeBegin(It& b, const It& e, TStripCriterion&& criterion) noexcept { |
no outgoing calls
no test coverage detected