MCPcopy Create free account
hub / github.com/apache/arrow / operator=

Function operator=

cpp/src/arrow/compute/kernel.h:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 InputType(const InputType& other) { CopyInto(other); }
214
215 void operator=(const InputType& other) { CopyInto(other); }
216
217 InputType(InputType&& other) { MoveInto(std::forward<InputType>(other)); }
218

Callers 1

SmartPtrNoGILClass · 0.85

Calls 1

MoveIntoFunction · 0.85

Tested by

no test coverage detected