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

Class Len

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

Source from the content-addressed store, hash-verified

23namespace _impl_ {
24
25template <typename X> struct Len;
26
27template <template <auto...> typename X, auto... xs> struct Len<X<xs...>> {
28 using Result = type::Value<sizeof...(xs)>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected