Searched defs:complex_wrap (Results 1 – 1 of 1) sorted by relevance
1113 class complex_wrap : public complex { class1115 constexpr complex_wrap(int re, int im = 0) : complex(re, im) {} in complex_wrap() function in Complex::complex_wrap1116 constexpr complex_wrap(const complex_wrap &o) : complex(o) {} in complex_wrap() function in Complex::complex_wrap