赞
踩
- bool operator <(const Distance &d)const
- {
- if(feet < d.feet)
- return true;
- if(feet == d.feet && inches < d.inches)
- return true;
- return false;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。