Constructors
Declared in <bdljsn_location.h>
Create a Location object having the default value, 0.
Location();
» more...
Create a Location object having the same value as the specified original object.
Location(Location const& original);
» more...
Create a Location object having the specified offset.
explicit
Location(uint64_t offset);
» more...