Contains an implementation class for ov_tree_. More...
#include <ext/pb_ds/tag_and_trait.hpp>
#include <ext/pb_ds/detail/type_utils.hpp>
#include <debug/debug.h>
Classes | |
class | __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc > |
Const node reference. More... | |
class | __gnu_pbds::detail::ov_tree_node_it_< Value_Type, Metadata_Type, _Alloc > |
Node reference. More... | |
Namespaces | |
__gnu_pbds | |
GNU extensions for policy-based data structures for public use. | |
__gnu_pbds::detail | |
Macros | |
#define | PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC ov_tree_node_const_it_<Value_Type, Metadata_Type, _Alloc> |
#define | PB_DS_OV_TREE_NODE_ITERATOR_C_DEC ov_tree_node_it_<Value_Type, Metadata_Type, _Alloc> |
Contains an implementation class for ov_tree_.
#define PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC ov_tree_node_const_it_<Value_Type, Metadata_Type, _Alloc> |
#define PB_DS_OV_TREE_NODE_ITERATOR_C_DEC ov_tree_node_it_<Value_Type, Metadata_Type, _Alloc> |