enum mrpt::containers::CommentPosition¶
Overview¶
Defines possible positions for a comment in a document (INI file, YAML). More…
#include <CommentPosition.h> enum CommentPosition { TOP = 0, RIGHT, MAX, };
Detailed Documentation¶
Defines possible positions for a comment in a document (INI file, YAML).
Valid positions are: Top, right.
[New in MRPT 2.1.0]