#pragma once #include #include namespace fesa { struct EntityOrigin final { std::string part_name; std::string instance_name; std::int64_t local_label; bool operator==(const EntityOrigin&) const = default; }; } // namespace fesa