MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / overload

Function overload

include/matchit.h:1075–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073
1074 template <typename... Ts>
1075 constexpr auto overload(Ts &&...ts)
1076 {
1077 return Overload<Ts...>{ts...};
1078 }
1079
1080 template <typename Pattern>
1081 class OooBinder;

Callers 4

hasValueMethod · 0.70
valueMethod · 0.70
mutableValueMethod · 0.70
IdClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected