Skip to content

Add ranged overloads for eliasfano_list::lower_bound and eliasfano_list::upper_bound #2

@brfish

Description

@brfish

To support a feature like:

iterator eliasfano_list::lower_bound(value_type target, size_type first, size_type last);
iterator eliasfano_list::lower_bound(value_type target, iterator first, iterator last);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions