MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cpp-samples / Names

Function Names

getting-started/update/update_gcs_index.cc:135–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135auto Names() {
136 static auto const names = [] {
137 auto columns = Columns();
138 std::vector<std::string> names(columns.size());
139 std::transform(columns.begin(), columns.end(), names.begin(),
140 [](auto p) { return p.first; });
141 return names;
142 }();
143 return names;
144}
145
146std::size_t ColumnCount() { return Columns().size(); }
147

Callers 1

UpdateObjectMetadataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected