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