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

Function DataMember

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

Source from the content-addressed store, hash-verified

67
68template <typename Class, typename Type>
69constexpr DataMemberProperty<Class, Type> DataMember(std::string_view name,
70 Type Class::*ptr) {
71 return {name, ptr};
72}
73
74template <typename C, typename T>
75struct CoercedDataMemberProperty {

Callers 6

extension_types.ccFile · 0.85
reflection_test.ccFile · 0.85
api_aggregate.ccFile · 0.85
cast.ccFile · 0.85
api_scalar.ccFile · 0.85
api_vector.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected