[#BloombergLP-bdlb-BigEndianInt32-make] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BigEndianInt32.adoc[BigEndianInt32]::make :relfileprefix: ../../../ :mrdocs: Create and initialize a `BigEndianInt32` object that stores the specified `value` as a signed 32‐bit big‐endian integer. == Synopsis Declared in `<bdlb_bigendian.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlb/BigEndianInt32.adoc[BigEndianInt32] make(int value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#