ctrl-utils
Public Types | Public Member Functions | Protected Attributes | List of all members
ctrl_utils::Tree< Key, T >::ChainView< Const > Class Template Reference

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_
 

The documentation for this class was generated from the following file: