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

Class decay_array

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

Source from the content-addressed store, hash-verified

1311 // clang-format off
1312#ifdef DOCTEST_CONFIG_TREAT_CHAR_STAR_AS_STRING
1313 template<class T> struct decay_array { using type = T; };
1314 template<class T, unsigned N> struct decay_array<T[N]> { using type = T*; };
1315 template<class T> struct decay_array<T[]> { using type = T*; };
1316

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected