rhalbersma / bit_set

Rebooting the std::bitset franchise
Boost Software License 1.0
40 stars 5 forks source link

Implement full std::set interface #1

Closed rhalbersma closed 5 years ago

rhalbersma commented 6 years ago

Modifiers

Lookup

The last three lookup functions require find_next and find_prev primitives, similar to find_front and find_back but from a general offset, rather than 0 from the beginning or the end.

Splicing

Document parts of std::set<int> which don't make sense to implement because int_set<N> is not node-based: