Template Struct ValueCommentPair

Struct Documentation

template<typename T>
struct ValueCommentPair

Storage for value-comment pairs, with the comment associated to the value.

See also

mrpt::containers::yaml, vcp, vkcp

Note

[New in MRPT 2.1.0]

Public Functions

inline ValueCommentPair(const T &v, const std::string &c, CommentPosition pos)

Public Members

const T &value
const std::string &comment
const CommentPosition position