| 1172 | }; |
| 1173 | |
| 1174 | struct BackInsertPolicy { |
| 1175 | template <class C, class V> |
| 1176 | void operator()(C* c, const V& v) const { c->push_back(v); } |
| 1177 | }; |
| 1178 | |
| 1179 | } // namespace internal |
| 1180 | } // namespace strings |
no outgoing calls
no test coverage detected