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

Method ForEach

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

Source from the content-addressed store, hash-verified

99struct PropertyTuple {
100 template <typename Fn>
101 void ForEach(Fn&& fn) const {
102 ForEachTupleMember(props_, fn);
103 }
104
105 static_assert(all_same<typename Properties::Class...>::value,
106 "All properties must be properties of the same class");

Callers 7

ExtensionEqualsImplMethod · 0.80
DeserializeImplMethod · 0.80
SerializeImplMethod · 0.80
EqualsImplMethod · 0.80
ToStringImplMethod · 0.80
FromStringImplMethod · 0.80

Calls 1

ForEachTupleMemberFunction · 0.85

Tested by 3

EqualsImplMethod · 0.64
ToStringImplMethod · 0.64
FromStringImplMethod · 0.64