__gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >(3) Library Functions Manual NAME __gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc > - A sample node updator. SYNOPSIS #include Public Types typedef std::size_t metadata_type Protected Member Functions sample_trie_node_update () Default constructor. 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. Detailed Description template class __gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >"A sample node updator. Constructor & Destructor Documentation template __gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::sample_trie_node_update () [protected] Default constructor. Member Function Documentation template void __gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >::operator() (node_iterator, node_const_iterator) const [inline], [protected] Updates the rank of a node through a node_iterator node_it; end_nd_it is the end node iterator. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::sample_trie_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc >(3)