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

Function apply_

develop/matchit/patterns.h:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182 template <class F, class Tuple>
183 constexpr decltype(auto) apply_(F &&f, Tuple &&t)
184 {
185 return std::apply(std::forward<F>(f), drop<0>(std::forward<Tuple>(t)));
186 }
187
188 // as constexpr
189 template <class F, class... Args>

Callers 3

matchPatternImplMethod · 0.85
matchit.hFile · 0.85
matchPatternImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected