MCPcopy Create free account
hub / github.com/Compaile/ctrack / is_array

Class is_array

test/doctest.h:973–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971 template <typename T> struct is_pointer<T*> : true_type { };
972
973 template <typename T> struct is_array : false_type { };
974 // NOLINTNEXTLINE(*-avoid-c-arrays)
975 template <typename T, size_t SIZE> struct is_array<T[SIZE]> : true_type { };
976#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected