Constructors
Synopses
Declared in <bdljsn_location.h>
Create a Location object having the default value, 0.
Location();
Create a Location object having the same value as the specified original object.
Create a Location object having the specified offset.
explicit
Location(uint64_t offset);
Parameters
Name |
Description |
original |
object providing the value to copy |
offset |
offset in bytes from the start of the document |
Created with MrDocs