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

Class underlying_type

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

Source from the content-addressed store, hash-verified

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 { };
971 template <typename T> struct is_pointer<T*> : true_type { };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected