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

Method operator()

cpp/src/arrow/util/dispatch_internal.h:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327 template <typename... Args>
328 auto operator()(Args&&... args) const -> decltype(auto) {
329 return func(std::forward<Args>(args)...);
330 }
331
332 private:
333 FunctionType func = {};

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected