MCPcopy Create free account
hub / github.com/Tencent/phxqueue / GetRouteKey

Function GetRouteKey

phxqueue/comm/masterclient.h:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31template <typename T> std::string GetRouteKey(T t) {
32 std::ostringstream oss;
33 oss << t;
34 return oss.str();
35}
36
37template<typename T, typename... Args> std::string GetRouteKey(T t, Args... args) {
38 std::ostringstream oss;

Callers 3

GetRouteKeyByReqMethod · 0.85
GetRouteKeyByReqMethod · 0.85
GetRouteKeyByReqMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected