MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / TupleRef

Function TupleRef

layers/external/parallel_hashmap/phmap.h:691–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689// ----------------------------------------------------------------------------
690template <class T>
691auto TupleRef(T&& t) -> decltype(TupleRefImpl(std::forward<T>(t),
692 phmap::make_index_sequence<std::tuple_size<typename std::decay<T>::type>::value>())) {
693 return TupleRefImpl(std::forward<T>(t), phmap::make_index_sequence<std::tuple_size<typename std::decay<T>::type>::value>());
694}
695
696template <class F, class K, class V>
697decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, std::declval<std::tuple<K>>(), std::declval<V>()))

Callers 1

PairArgsFunction · 0.85

Calls 1

TupleRefImplFunction · 0.85

Tested by

no test coverage detected