Struct yaml::NodeMeta
Defined in File yaml.h
Nested Relationships
This struct is a nested type of Class yaml.
Struct Documentation
-
struct NodeMeta
Per-node comments (top, right, bottom). Stored behind a unique_ptr so comment-free nodes (the common case) pay only 8 bytes.
Public Members
-
std::array<std::optional<std::string>, static_cast<size_t>(CommentPosition::MAX)> comments
-
std::array<std::optional<std::string>, static_cast<size_t>(CommentPosition::MAX)> comments