[#BloombergLP-bdlb-BigEndianInt64-make] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BigEndianInt64.adoc[BigEndianInt64]::make :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlb/BigEndianInt64.adoc[BigEndianInt64] make(xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#