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

Class is_pointer

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

Source from the content-addressed store, hash-verified

968 template <typename T> struct underlying_type { using type = __underlying_type(T); };
969
970 template <typename T> struct is_pointer : false_type { };
971 template <typename T> struct is_pointer<T*> : true_type { };
972
973 template <typename T> struct is_array : false_type { };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected