Example #1
0
 friend std::ptrdiff_t operator- (const this_type& i, const this_type& i2)
 { return i2.distance_to(i); }
Example #2
0
 friend difference_type operator- (const this_type& i, const this_type& i2)
 { return i2.distance_to(i); }
Example #3
0
 BOOST_CONTAINER_FORCEINLINE friend difference_type operator- (const this_type& i, const this_type& i2)
 { return i2.distance_to(i); }