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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected