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

Function TupleRef

external/parallel_hashmap/phmap.h:743–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741// ----------------------------------------------------------------------------
742template <class T>
743auto TupleRef(T&& t) -> decltype(
744 TupleRefImpl(std::forward<T>(t),
745 phmap::make_index_sequence<
746 std::tuple_size<typename std::decay<T>::type>::value>())) {
747 return TupleRefImpl(
748 std::forward<T>(t),
749 phmap::make_index_sequence<
750 std::tuple_size<typename std::decay<T>::type>::value>());
751}
752
753template <class F, class K, class V>
754decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct,

Callers 1

PairArgsFunction · 0.85

Calls 1

TupleRefImplFunction · 0.85

Tested by

no test coverage detected