Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbeck88/visit_struct
/ seq
Class
seq
test_fully_visitable.cpp:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
// C++11 replacement for std::index_sequence
32
template <std::size_t ...>
33
struct seq {};
34
35
// Concatenate sequences
36
template <class, class>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected