BloombergLP::bdlb::BigEndianUint64::make

Create and initialize a BigEndianUint64 object that stores the specified value as an unsigned 64-bit big-endian integer.

Synopsis

Declared in <bdlb_bigendian.h>

static
BigEndianUint64
make(bsls::Types::Uint64 value);

Return Value

big-endian integer object storing value

Parameters

NameDescription
valuehost-endian value to store