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

Class is_enum

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

Source from the content-addressed store, hash-verified

965
966 // Compiler intrinsics
967 template <typename T> struct is_enum { static DOCTEST_CONSTEXPR bool value = __is_enum(T); };
968 template <typename T> struct underlying_type { using type = __underlying_type(T); };
969
970 template <typename T> struct is_pointer : false_type { };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected