[#BloombergLP-bdlar-SimpleTypeRef-manipulate-040] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SimpleTypeRef.adoc[SimpleTypeRef]::manipulate :relfileprefix: ../../../ :mrdocs: `manipulate` overloads == Synopses Declared in `<bdlar_simpletyperef.h>` Invoke the specified `manipulator` on the value held by this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MANIPULATOR> int xref:BloombergLP/bdlar/SimpleTypeRef/manipulate-07.adoc[manipulate](t_MANIPULATOR& manipulator) const; ---- [.small]#xref:BloombergLP/bdlar/SimpleTypeRef/manipulate-07.adoc[_» more..._]# Invoke the specified `manipulator` on the value held by this object with the specified `info`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_MANIPULATOR, class t_INFO> int xref:BloombergLP/bdlar/SimpleTypeRef/manipulate-043.adoc[manipulate]( t_MANIPULATOR& manipulator, t_INFO const& info) const; ---- [.small]#xref:BloombergLP/bdlar/SimpleTypeRef/manipulate-043.adoc[_» more..._]# == Return Value value from the invocation of `manipulator` == Parameters [cols="1,4"] |=== | Name| Description | *manipulator* | callable invoked on the held value | *info* | additional information passed to `manipulator` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#