[#bsl-operator_if-0f] = xref:bsl.adoc[bsl]::operator""_if :relfileprefix: ../ :mrdocs: `operator""_if` 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<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..._]# == 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]#