Contains policies for list update containers. More...
#include <bits/c++config.h>
#include <cstdlib>
#include <ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp>
#include <ext/pb_ds/tag_and_trait.hpp>
Classes | |
class | __gnu_pbds::lu_counter_policy< Max_Count, _Alloc > |
A list-update policy that moves elements to the front of the list based on the counter algorithm. More... | |
class | __gnu_pbds::lu_move_to_front_policy< _Alloc > |
A list-update policy that unconditionally moves elements to the front of the list. More... | |
Namespaces | |
__gnu_pbds | |
GNU extensions for policy-based data structures for public use. | |
Contains policies for list update containers.