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

Class Join

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

Source from the content-addressed store, hash-verified

34};
35
36template <typename... Xs> struct Join;
37
38template <typename X> struct Join<X> {
39 using Result = X;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected