CGAL 4.6.3 - 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
\( \times\) Matrix::Value
\( \rightarrow\) bool
describing a strict (non-reflexive) total ordering on Matrix::Value
.
Traits
is a model for SortedMatrixSearchTraits
.
Value type of RandomAccessIterator
is Traits::Matrix
.