|
Deepsolver
|
Public Types | |
| typedef Vector::size_type | size_type |
| typedef std::vector< T > | Vector |
Public Member Functions | |
| Dichotomy () | |
| The default constructor. | |
| bool | findMultiple (const Vector &v, T value, size_type &fromPos, size_type &toPos) |
| bool | findSingle (const Vector &v, T value, size_type &pos) |
| virtual | ~Dichotomy () |
| The destructor. | |
1.7.5.1