|
| constexpr | traverser (database const &db, Index const &index, address threshold) noexcept |
| |
| template<typename OutputIterator > |
| OutputIterator | operator() (OutputIterator out) const |
| |
◆ traverser()
template<typename Index >
- Parameters
-
| db | The owning database instance. |
| index | The index to be traversed. |
| threshold | Addresses less than the threshold value are "old". |
◆ operator()()
template<typename Index >
template<typename OutputIterator >
- Template Parameters
-
| OutputIterator | An Output-Iterator type. |
- Parameters
-
| out | The output iterator to which the address of leaves may be added. |
- Returns
- The output iterator to which results were written.
The documentation for this class was generated from the following file: