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

Function CoercedDataMember

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

Source from the content-addressed store, hash-verified

89
90template <typename Class, typename Type>
91constexpr CoercedDataMemberProperty<Class, Type> CoercedDataMember(std::string_view name,
92 Type Class::*ptr,
93 Type (Class::*get)()
94 const) {
95 return {name, ptr, get};
96}
97
98template <typename... Properties>
99struct PropertyTuple {

Callers 1

api_scalar.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected