Searched defs:ComplexInt (Results 1 – 3 of 3) sorted by relevance
30 constexpr _Complex int ComplexInt = 42 + 24i; in Test() local
50 template<_Complex int> struct ComplexInt {}; struct
46 using ComplexInt = _Complex int; typedef