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

Function ToString

cpp/src/arrow/util/reflection_test.cc:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142bool operator!=(const Person& l, const Person& r) { return !(l == r); }
143
144std::string ToString(const Person& obj) {
145 return ToStringImpl<Person>{"Person", obj, kPersonProperties}.Finish();
146}
147
148void PrintTo(const Person& obj, std::ostream* os) { *os << ToString(obj); }
149

Callers 2

PrintToFunction · 0.70
TESTFunction · 0.70

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected