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

Function evaluate_

develop/matchit/expression.h:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99 template <typename T, typename... Args>
100 constexpr decltype(auto) evaluate_(T const &t, Args const &...args)
101 {
102 return EvalTraits<T>::evalImpl(t, args...);
103 }
104
105 template <typename T>
106 class IsNullaryOrId : public std::false_type

Callers 1

expression.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected