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);
Created with MrDocs