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

Class not_char_pointer

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

Source from the content-addressed store, hash-verified

1315 template<class T> struct decay_array<T[]> { using type = T*; };
1316
1317 template<class T> struct not_char_pointer { static DOCTEST_CONSTEXPR int value = 1; };
1318 template<> struct not_char_pointer<char*> { static DOCTEST_CONSTEXPR int value = 0; };
1319 template<> struct not_char_pointer<const char*> { static DOCTEST_CONSTEXPR int value = 0; };
1320

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected