Searched refs:__underlying_type_impl (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dunderlying_type.h21 template <class _Tp, bool = is_enum<_Tp>::value> struct __underlying_type_impl;
24 struct __underlying_type_impl<_Tp, false> {}; struct
27 struct __underlying_type_impl<_Tp, true> struct
33 struct underlying_type : __underlying_type_impl<_Tp, is_enum<_Tp>::value> {};

Completed in 113 milliseconds