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

Function launder

cpp/src/arrow/util/launder.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#else
28template <class T>
29constexpr T* launder(T* p) noexcept {
30 return p;
31}
32#endif
33
34} // namespace internal

Callers 1

getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected