コード例 #1
0
						bool operator==( Aresta &A ){
							
							return (this->custo == A.getCusto());

						}
コード例 #2
0
						bool operator>( Aresta &A ){
							
							return (this->custo > A.getCusto());

						}