[#bsl-operator_i-0fd] = xref:bsl.adoc[bsl]::operator""_i :relfileprefix: ../ :mrdocs: `operator""_i` overloads == Synopses Declared in `<bslstl_complex.h>` See the `unsigned long long` overload above. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bsl::complex<double> xref:bsl/operator_i-0f7.adoc[operator""_i](long double imag); ---- [.small]#xref:bsl/operator_i-0f7.adoc[_» more..._]# Create a `bsl::complex<double>` complex number having the specified `imag` imaginary component and the real part zero. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bsl::complex<double> xref:bsl/operator_i-0d.adoc[operator""_i](unsigned long long imag); ---- [.small]#xref:bsl/operator_i-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#