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

Variables

  • std::string filename
    The filename of this source location (if available).

  • uint64_t line_number= 0
    The line number that this came from.