BloombergLP::bdlb::BigEndianUint32::make

Create and initialize a BigEndianUint32 object that stores the specified value as a unsigned 32-bit big-endian integer.

Synopsis

Declared in <bdlb_bigendian.h>

static
BigEndianUint32
make(unsigned int value);

Return Value

big-endian integer object storing value

Parameters

NameDescription
valuehost-endian value to store