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