Same as the preceding overload, for a long double argument.
Declared in <bslstl_complex.h>
constexpr
bsl::complex<double>
operator""_i(long double imag);
complex number with real part zero and imaginary part imag
| Name | Description |
|---|---|
| imag | imaginary component |