Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
namespace bundle {
28
29
template <typename...> struct Bundle;
30
31
template <> struct Bundle<> {};
32
template <typename T, typename... Ts> struct Bundle<T, Ts...> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected