|
ctrl-utils
|
Public Types | |
| using | TreeT = std::conditional_t< Const, const Tree< Key, T >, Tree< Key, T > > |
Public Member Functions | |
| ChainView (TreeT *tree, const Key &id) | |
| iterator | begin () const |
| iterator | end () const |
Protected Attributes | |
| TreeT * | tree_ |
| std::optional< Key > | id_ |