MCPcopy 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
32template <std::size_t ...>
33struct seq {};
34
35// Concatenate sequences
36template <class, class>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected