[#bsl-operator_il-0e] = xref:bsl.adoc[bsl]::operator""_il :relfileprefix: ../ :mrdocs: Same as the preceding overload, for a `long double` argument. == Synopsis Declared in `<bslstl_complex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bsl::complex<long double> operator""_il(long double imag); ---- == Return Value complex number with real part zero and imaginary part `imag` == Parameters [cols="1,4"] |=== | Name| Description | *imag* | imaginary component |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#