MCPcopy Create free account
hub / github.com/apache/arrow / ForEachTupleMember

Function ForEachTupleMember

cpp/src/arrow/util/reflection_internal.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template <typename... T, typename Fn>
49void ForEachTupleMember(const std::tuple<T...>& tup, Fn&& fn) {
50 ForEachTupleMemberImpl(tup, fn, std::index_sequence_for<T...>());
51}
52
53template <typename C, typename T>
54struct DataMemberProperty {

Callers 1

ForEachMethod · 0.85

Calls 1

ForEachTupleMemberImplFunction · 0.85

Tested by

no test coverage detected