CGAL 4.5 - Monotone and Sorted Matrix Search
|
M
is a model for BasicMatrix
. Matrix
is a model for MonotoneMatrixSearchTraits
.
Value type of RandomAccessIC
is int
.
If compare_strictly
is defined, it is an adaptable binary function: Matrix::Value
× Matrix::Value
→ bool
describing a strict (non-reflexive) total ordering on Matrix::Value
.
Traits
is a model for SortedMatrixSearchTraits
.
Value type of RandomAccessIterator
is Traits::Matrix
.