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

Function subtupleImpl

develop/matchit/patterns.h:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 {
148 template <std::size_t start, class Tuple, std::size_t... I>
149 constexpr decltype(auto) subtupleImpl(Tuple &&t, std::index_sequence<I...>)
150 {
151 return std::forward_as_tuple(get<start + I>(std::forward<Tuple>(t))...);
152 }
153 } // namespace detail
154
155 // [start, end)

Callers 1

matchit.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected