MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / IsArray

Class IsArray

develop/matchit/patterns.h:1203–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201
1202 template <typename ValueTuple>
1203 class IsArray : public std::false_type
1204 {
1205 };
1206
1207 template <typename T, size_t s>
1208 class IsArray<std::array<T, s>> : public std::true_type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected