Searched defs:complex_wrap (Results 1 – 1 of 1) sorted by relevance
1253 class complex_wrap : public complex { global() class 1255 constexpr complex_wrap(int re, int im = 0) : complex(re, im) {} complex_wrap() function in Complex::complex_wrap 1256 constexpr complex_wrap(const complex_wrap &o) : complex(o) {} complex_wrap() function in Complex::complex_wrap [all...]