MCPcopy Create free account
hub / github.com/cbeck88/visit_struct / mock_tuple

Class mock_tuple

test_fully_visitable.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73template <typename I, typename ... Ts>
74struct mock_tuple;
75
76template <typename ... Ts, std::size_t ... Is>
77struct mock_tuple<seq<Is...>, Ts...> : mock_tuple_leaf<Ts, Is> ... {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected