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

/system/nvram/messages/include/nvram/messages/
H A Dproto.hpp170 struct IsCastConvertible { struct in struct:nvram::proto::detail::IsVarintCompatible
180 static constexpr bool value = IsCastConvertible<Type, uint64_t>::value &&
181 IsCastConvertible<uint64_t, Type>::value;

Completed in 27 milliseconds