MCPcopy 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
15template <int ...i>
16constexpr auto array() { return std::array<int, sizeof...(i)>{{i...}}; }
17
18int main() {
19 auto int_arrays = hana::make_tuple(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected