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...
| Name | Description |
|---|---|
| original | object providing the value to copy |
| offset | offset in bytes from the start of the document |