bsl::operator""_i

operator""_i overloads

Synopses

Declared in <bslstl_complex.h>

Same as the preceding overload, for a long double argument.

constexpr
bsl::complex<double>
operator""_i(long double imag);
» more...

Create a bsl::complex<double> complex number having the specified imag imaginary component and the real part zero.

constexpr
bsl::complex<double>
operator""_i(unsigned long long imag);
» more...

Return Value

complex number with real part zero and imaginary part imag

Parameters

NameDescription
imagimaginary component