Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
template <int ...i>
24
constexpr auto array() { return std::array<int, sizeof...(i)>{{i...}}; }
25
26
int main() {
27
// is_empty
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected