[#BloombergLP-bdljsn-Location-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Location.adoc[Location]::Location :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdljsn_location.h>` Create a `Location` object having the default value, 0. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Location/2constructor-0e.adoc[Location](); ---- [.small]#xref:BloombergLP/bdljsn/Location/2constructor-0e.adoc[_» more..._]# Create a `Location` object having the same value as the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/Location/2constructor-07.adoc[Location](xref:BloombergLP/bdljsn/Location.adoc[Location] const& original); ---- [.small]#xref:BloombergLP/bdljsn/Location/2constructor-07.adoc[_» more..._]# Create a `Location` object having the specified `offset`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdljsn/Location/2constructor-03.adoc[Location](uint64_t offset); ---- [.small]#xref:BloombergLP/bdljsn/Location/2constructor-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#