#include "components/segmentation_platform/public/segment_selection_result.h"
namespace segmentation_platform {
SegmentSelectionResult::SegmentSelectionResult() = default;
SegmentSelectionResult::~SegmentSelectionResult() = default;
SegmentSelectionResult::SegmentSelectionResult(
const SegmentSelectionResult& other) = default;
SegmentSelectionResult& SegmentSelectionResult::operator=(
const SegmentSelectionResult& other) = default;
bool SegmentSelectionResult::operator==(
const SegmentSelectionResult& other) const { … }
}