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

Function evaluate_

include/matchit.h:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174 template <typename T, typename... Args>
175 constexpr decltype(auto) evaluate_(T const &t, Args const &...args)
176 {
177 return EvalTraits<T>::evalImpl(t, args...);
178 }
179
180 template <typename T>
181 class IsNullaryOrId : public std::false_type

Callers 1

matchit.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected