Searched refs:make_unsigned_impl (Results 1 – 1 of 1) sorted by relevance
71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct72 using AnotherType = make_unsigned_impl<E>::type;