Space-efficient geometric algorithms and data structures

By Ilya Katz and Hervé Brönnimann    

template<class RandomAccessIterator>
bool inplaceds::is_dynamic_sorted_vector RandomAccessIterator  first,
RandomAccessIterator  last
[inline]
 

Returns true if [first, last) is a valid dynamic sorted vector.

Parameters:
first RandomAccessIterator to the first element in the sequence
last RandomAccessIterator to one past the last element in the sequence
Requirements on types:

Definition at line 187 of file dynamic_sorted_vector.hpp.


Code Documentation generated Using Doxygen

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