[#BloombergLP-bslfmt-FormatterPointer_Nullptr-format] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterPointer_Nullptr.adoc[FormatterPointer_Nullptr]::format :relfileprefix: ../../../ :mrdocs: Create string representation of the `bsl::nullptr_t` object, customized in accordance with the requested format and the specified `formatContext`, and copy it to the output that the output iterator of the `formatContext` points to. == Synopsis Declared in `<bslfmt_formatterpointer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FORMAT_CONTEXT> t_FORMAT_CONTEXT::iterator format( xref:bsl/nullptr_t-08.adoc[bsl::nullptr_t], t_FORMAT_CONTEXT& formatContext) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#