Create and initialize a BigEndianInt64 object that stores the specified value as a signed 64‐bit big‐endian integer.

Synopsis

Declared in <bdlb_bigendian.h>

static
BigEndianInt64
make(bsls::Types::Int64 value);

Created with MrDocs