Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
template <class T>
29
constexpr T* launder(T* p) noexcept {
30
return p;
31
}
32
#endif
33
34
} // namespace internal
Callers
1
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected