Store in this object the specified value as an unsigned 64‐bit big‐endian integer, and return a reference to this modifiable object.
Synopsis
Declared in <bdlb_bigendian.h>
BigEndianUint64&
operator=(bsls::Types::Uint64 value);
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
value |
host‐endian value to store |
Created with MrDocs