Constructors

Synopses

Declared in <bdljsn_location.h>

Create a Location object having the default value, 0.

Create a Location object having the same value as the specified original object.

Location(Location const& original);

Create a Location object having the specified offset.

explicit
Location(uint64_t offset);

Created with MrDocs