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

Method operator()

cpp/src/arrow/util/cache_test.cc:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 template <typename Func,
195 typename RetType = decltype(MemoizeLruThreadUnsafe(std::declval<Func>(), 0))>
196 RetType operator()(Func&& func, int32_t capacity) {
197 return MemoizeLruThreadUnsafe(std::forward<Func>(func), capacity);
198 }
199};
200
201template <typename T>

Callers

nothing calls this directly

Calls 1

MemoizeLruThreadUnsafeFunction · 0.85

Tested by

no test coverage detected