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

Class Bundle

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

Source from the content-addressed store, hash-verified

27namespace bundle {
28
29template <typename...> struct Bundle;
30
31template <> struct Bundle<> {};
32template <typename T, typename... Ts> struct Bundle<T, Ts...> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected