[#BloombergLP-bdlma-LocalBufferedObject-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/LocalBufferedObject.adoc[LocalBufferedObject]::operator= :relfileprefix: ../../../ :mrdocs: Assign the object held by this container to the specified `value`. == Synopsis Declared in `<bdlma_localbufferedobject.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ANY_TYPE> xref:BloombergLP/bdlma/LocalBufferedObject.adoc[LocalBufferedObject<t_TYPE, t_BUFFER_SIZE, t_DISABLE_DESTRUCTION>]& operator=(t_ANY_TYPE&& value) requires BDLMA_LOCAL_BUFFERED_VALUE_IS_ASSIGNABLE( t_TYPE, BSLS_COMPILERFEATURES_FORWARD_REF(t_ANY_TYPE) ); ---- == Return Value a reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to assign to the held object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#