[#bsl-function-0a-target-0ad] = xref:bsl.adoc[bsl]::xref:bsl/function-0a.adoc[function]::target :relfileprefix: ../../ :mrdocs: If `TP` is the same type as the target object, returns a pointer granting modifiable access to the target; otherwise return a null pointer. == Synopsis Declared in `<bslstl_function.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TP> TP* target() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#