MCPcopy Create free account
hub / github.com/boostorg/hana / array

Function array

test/ext/std/array/iterable.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23template <int ...i>
24constexpr auto array() { return std::array<int, sizeof...(i)>{{i...}}; }
25
26int main() {
27 // is_empty

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected