MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / Bundle<>

Class Bundle<>

gil/std.impl.hpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29template <typename...> struct Bundle;
30
31template <> struct Bundle<> {};
32template <typename T, typename... Ts> struct Bundle<T, Ts...> {
33 T head;
34 Bundle<Ts...> tail;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected