Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
template <class... Ts>
246
struct overloaded : Ts... {
247
using Ts::operator()...;
248
};
249
template <class... Ts>
250
overloaded(Ts...) -> overloaded<Ts...>;
251
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected