[#BloombergLP-bdlb-BigEndianInt64-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BigEndianInt64.adoc[BigEndianInt64]::operator= :relfileprefix: ../../../ :mrdocs: Store in this object the specified `value` as a signed 64‐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/BigEndianInt64.adoc[BigEndianInt64]& operator=(xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] 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]#