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

Class overloaded

getting-started/gke/index_gcs.cc:246–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245template <class... Ts>
246struct overloaded : Ts... {
247 using Ts::operator()...;
248};
249template <class... Ts>
250overloaded(Ts...) -> overloaded<Ts...>;
251

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected