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