struct mola::BackEndBase::AddFactor_OutputΒΆ
#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}; };
#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}; };