Searched refs:UnderlyingT (Results 1 – 1 of 1) sorted by relevance
31 using UnderlyingT = std::remove_reference_t<T>; variable35 !std::is_class<UnderlyingT>::value && // Filter conversion operators.36 !std::is_pointer<UnderlyingT>::value &&37 !std::is_floating_point<UnderlyingT>::value &&38 (std::is_enum<UnderlyingT>::value ||39 std::is_convertible<UnderlyingT, unsigned long long>::value);