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

Method evalImpl

develop/matchit/expression.h:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 public:
44 template <typename... Args>
45 constexpr static decltype(auto) evalImpl(T const &v, Args const &...)
46 {
47 return v;
48 }
49 };
50
51 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected