Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbeck88/visit_struct
/ count_s
Class
count_s
test_fully_visitable.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
template <std::size_t s>
50
struct count_s {
51
using type = cat<typename count_s<s-1>::type, seq<s-1>>;
52
};
53
54
template <>
55
struct count_s<0> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected