Searched defs:VectorGetter (Results 1 – 2 of 2) sorted by relevance
55 struct VectorGetter { struct57 explicit VectorGetter(const std::vector<std::string>& strings) : strings(strings) {} in VectorGetter() argument65 VectorGetter getter(strings); in toStringArray() argument