41 #ifndef PB_DS_SAMPLE_TRIE_NODE_UPDATOR_HPP
42 #define PB_DS_SAMPLE_TRIE_NODE_UPDATOR_HPP
47 template<
typename Node_CItr,
typename Node_Itr,
48 typename _ATraits,
typename _Alloc>
52 typedef std::size_t metadata_type;
61 operator()(node_iterator, node_const_iterator)
const;
64 #endif // #ifndef PB_DS_SAMPLE_TRIE_NODE_UPDATOR_HPP
void operator()(node_iterator, node_const_iterator) const
Updates the rank of a node through a node_iterator node_it; end_nd_it is the end node iterator...
GNU extensions for policy-based data structures for public use.
sample_trie_node_update()
Default constructor.