[#bsl-operator_il-01] = xref:bsl.adoc[bsl]::operator""_il :relfileprefix: ../ :mrdocs: `operator""_il` overloads == Synopses Declared in `<bslstl_complex.h>` Same as the preceding overload, for a `long double` argument. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bsl::complex<long double> xref:bsl/operator_il-0e.adoc[operator""_il](long double imag); ---- [.small]#xref:bsl/operator_il-0e.adoc[_» more..._]# Create a `bsl::complex<long double>` complex number having the specified `imag` imaginary component and the real part zero. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bsl::complex<long double> xref:bsl/operator_il-09.adoc[operator""_il](unsigned long long imag); ---- [.small]#xref:bsl/operator_il-09.adoc[_» more..._]# == 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]#