Struct yaml::mark_t

Nested Relationships

This struct is a nested type of Class yaml.

Struct Documentation

struct mark_t

Public Members

std::size_t input_pos = 0

Position from the start of the input file.

int line = 0

Line position (0-based index)

int column = 0

Column position (0-based index)