BloombergLP::bdlb::BigEndianInt16::make

Create and initialize a BigEndianInt16 object that stores the specified value as a signed 16-bit big-endian integer.

Synopsis

Declared in <bdlb_bigendian.h>

static
BigEndianInt16
make(short value);

Return Value

big-endian integer object storing value

Parameters

NameDescription
valuehost-endian value to store