[#bsl-operator_il-01] = xref:bsl.adoc[bsl]::operator""_il :relfileprefix: ../ :mrdocs: `operator""_il` overloads == Synopses Declared in `<bslstl_complex.h>` See the `unsigned long long` overload above. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#