Storage class used as template parameter in Contour.
More...
#include <contour.h>
|
| range_store_t () |
| Should have default constructor.
|
|
| range_store_t (point_it beg_, point_it end_) |
| Should have constructor from two point_its.
|
|
point_it | begin () const |
|
point_it | end () const |
|
size_t | size () const |
|
template<class point_it>
class range_store_t< point_it >
Storage class used as template parameter in Contour.
◆ begin()
template<class point_it >
- Returns
- begin of the range
◆ end()
template<class point_it >
◆ size()
template<class point_it >
- Returns
- the size of the store (number of elements)
The documentation for this class was generated from the following file: