#include "cc/trees/sticky_position_constraint.h"
namespace cc {
StickyPositionConstraint::StickyPositionConstraint() = default;
StickyPositionConstraint::StickyPositionConstraint(
const StickyPositionConstraint& other) = default;
StickyPositionConstraint& StickyPositionConstraint::operator=(
const StickyPositionConstraint& other) = default;
bool StickyPositionConstraint::operator==(
const StickyPositionConstraint& other) const { … }
bool StickyPositionConstraint::operator!=(
const StickyPositionConstraint& other) const { … }
}