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

Function overload

develop/matchit/patterns.h:768–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766
767 template <typename... Ts>
768 constexpr auto overload(Ts &&...ts)
769 {
770 return Overload<Ts...>{ts...};
771 }
772
773 template <typename Pattern>
774 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