Space-efficient geometric algorithms and data structures

By Ilya Katz and Hervé Brönnimann    

template<class _Tp, class _Sequence = std::vector<_Tp>, class _Compare = std::less<typename _Sequence::value_type>>
reference inplaceds::beap_set< _Tp, _Sequence, _Compare >::find _Tp  x  )  [inline]
 

Returns reference to the element x. If is not in the structure, last is returned.

Definition at line 65 of file beap_set.hpp.


Code Documentation generated Using Doxygen

Copyright © Ilya Katz and Hervé Brönnimann, 2005, 2006.