Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ tie
Method
tie
cpp/src/arrow/stl_test.cc:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
#define ARROW_CUSTOM_TYPE_TIED std::tie(i8, i16, i32, i64, u8, u16, u32, u64, b, s)
57
auto tie() const -> decltype(ARROW_CUSTOM_TYPE_TIED) { return ARROW_CUSTOM_TYPE_TIED; }
58
#undef ARROW_CUSTOM_TYPE_TIED
59
};
60
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected