Searched defs:ov_tree_node_const_it_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp68 class ov_tree_node_const_it_ class in namespace:pb_ds::detail
131 ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata) function in class:pb_ds::detail::ov_tree_node_const_it_

Completed in 32 milliseconds