Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ main
Function
main
example/cycle.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
static_assert(hana::cycle(hana::make_tuple(
'x'
,
'y'
), hana::size_c<2>) == hana::make_tuple(
'x'
,
'y'
,
'x'
,
'y'
),
""
);
13
14
int main() { }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected