ark::serialization::SourceLocation
Defined in header “ark/serialization/schema.hh”.
Used to record the original file and line number this descriptor/definition came from.
Methods
- bool operator==(const SourceLocation & other)
Variables
-
std::string filename
The filename of this source location (if available). -
uint64_t line_number= 0
The line number that this came from.