MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / TupleRefImpl

Function TupleRefImpl

external/parallel_hashmap/phmap.h:734–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732
733template <class T, size_t... Is>
734auto TupleRefImpl(T&& t, phmap::index_sequence<Is...>)
735 -> decltype(std::forward_as_tuple(std::get<Is>(std::forward<T>(t))...)) {
736 return std::forward_as_tuple(std::get<Is>(std::forward<T>(t))...);
737}
738
739// Returns a tuple of references to the elements of the input tuple. T must be a
740// tuple.

Callers 1

TupleRefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected