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

Method MaybeAccept

cpp/src/arrow/util/iterator.h:485–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
484 template <typename To>
485 static Result<std::pair<To, Action>> MaybeAccept(Result<To> maybe_out) {
486 return std::move(maybe_out).Map(Accept<To>);
487 }
488
489 template <typename To>
490 static Result<std::pair<To, Action>> Error(Status s) {

Callers

nothing calls this directly

Calls 1

MapMethod · 0.45

Tested by

no test coverage detected