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