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

Class IsArray

include/matchit.h:1510–1512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508
1509 template <typename ValueTuple>
1510 class IsArray : public std::false_type
1511 {
1512 };
1513
1514 template <typename T, size_t s>
1515 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