struct mola::BackEndBase::ProposeKF_Output

Overview

#include <BackEndBase.h>

struct ProposeKF_Output
{
    // fields

    bool success {false};
    std::optional<mola::id_t> new_kf_id {std::nullopt};
    std::optional<std::string> error_msg {std::nullopt};
};