bsl::operator""_i

operator""_i overloads

Synopses

Declared in <bslstl_complex.h>

See the unsigned long long overload above.

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...