Same as the preceding overload, for a long double argument.
Synopsis
Declared in <bslstl_complex.h>
constexpr
bsl::complex<long double>
operator""_il(long double imag);
Return Value
complex number with real part zero and imaginary part imag
Parameters
Name |
Description |
imag |
imaginary component |
Created with MrDocs