struct mola::BackEndBase::AddFactor_Output

Overview

#include <BackEndBase.h>

struct AddFactor_Output
{
    // fields

    bool success {false};
    std::optional<mola::fid_t> new_factor_id {std::nullopt};
    std::optional<std::string> error_msg {std::nullopt};
};