operator""_il overloads
Synopses
Declared in <bslstl_complex.h>
See the unsigned long long overload above.
constexpr
bsl::complex<long double>
operator""_il(long double imag);
Create a bsl::complex<long double> complex number having the specified imag imaginary component and the real part zero.
constexpr
bsl::complex<long double>
operator""_il(unsigned long long imag);
Created with MrDocs