[#BloombergLP-bdlb-BigEndianUint16-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BigEndianUint16.adoc[BigEndianUint16]::operator= :relfileprefix: ../../../ :mrdocs: Store in this object the specified `value` as an unsigned 16‐bit big‐endian integer, and return a reference to this modifiable object. == Synopsis Declared in `<bdlb_bigendian.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/BigEndianUint16.adoc[BigEndianUint16]& operator=(unsigned short value); ---- == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *value* | host‐endian value to store |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#