Create a bsl::complex<double> complex number having the specified imag imaginary component and the real part zero.
Synopsis
Declared in <bslstl_complex.h>
constexpr
bsl::complex<double>
operator""_i(unsigned long long imag);
Return Value
complex number with real part zero and imaginary part imag
Parameters
Name |
Description |
imag |
imaginary component |
Created with MrDocs