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