|
Wire Sysio Wire Sysion 1.0.0
|
#include <undo_index.hpp>


Public Types | |
| using | base_type = set_base<Node, OrderedIndex> |
Public Member Functions | |
| template<typename K > | |
| auto | find (K &&k) const |
| template<typename K > | |
| auto | lower_bound (K &&k) const |
| template<typename K > | |
| auto | upper_bound (K &&k) const |
| template<typename K > | |
| auto | equal_range (K &&k) const |
Friends | |
| template<typename T , typename Allocator , typename... Indices> | |
| class | undo_index |
Definition at line 187 of file undo_index.hpp.
| using chainbase::set_impl< Node, OrderedIndex >::base_type = set_base<Node, OrderedIndex> |
Definition at line 188 of file undo_index.hpp.
|
inline |
Definition at line 203 of file undo_index.hpp.
|
inline |
Definition at line 191 of file undo_index.hpp.
|
inline |
Definition at line 195 of file undo_index.hpp.
|
inline |
Definition at line 199 of file undo_index.hpp.
|
friend |
Definition at line 214 of file undo_index.hpp.