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