Searched defs:AllowDeprecatedAbsFixed (Results 1 – 1 of 1) sorted by relevance
36029 struct AllowDeprecatedAbsFixed : FalseType {}; struct36031 template<> struct AllowDeprecatedAbsFixed<int32_t> : TrueType {}; struct36032 template<> struct AllowDeprecatedAbsFixed<int64_t> : TrueType {}; struct