MCPcopy Create free account
hub / github.com/apache/impala / BackInsertPolicy

Class BackInsertPolicy

be/src/gutil/strings/split.h:1174–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172};
1173
1174struct 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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected