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

Class GetItem

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

Source from the content-addressed store, hash-verified

170};
171
172template <typename Map, auto key, typename Default> struct GetItem;
173
174template <template <typename...> typename Map, auto key, typename Default>
175struct GetItem<Map<>, key, Default> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected