MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / TailImpl

Function TailImpl

tests/common/ValueList.hpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template<size_t... IDX, class... TT>
83auto TailImpl(std::index_sequence<IDX...>, const std::tuple<TT...> &t)
84{
85 return std::make_tuple(std::get<IDX + 1>(t)...);
86}
87
88template<class T, class... TT>
89auto Tail(const std::tuple<T, TT...> &t)

Callers 1

TailFunction · 0.85

Calls 1

make_tupleFunction · 0.85

Tested by

no test coverage detected