MCPcopy 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
49template <std::size_t s>
50struct count_s {
51 using type = cat<typename count_s<s-1>::type, seq<s-1>>;
52};
53
54template <>
55struct count_s<0> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected