Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ array
Function
array
test/ext/std/array/comparable.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
template <int ...i>
16
constexpr auto array() { return std::array<int, sizeof...(i)>{{i...}}; }
17
18
int main() {
19
auto int_arrays = hana::make_tuple(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected