struct mrpt::hmtslam::CPropertiesValuesList::TPropertyValuePairΒΆ

#include <mrpt/hmtslam/CPropertiesValuesList.h>

struct TPropertyValuePair
{
    //
fields

    std::string name;
    CSerializable::Ptr value;
};