GNU g++  v5.2.1
GNU Standard C++
list_update_policy.hpp File Reference

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>
Include dependency graph for list_update_policy.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Contains policies for list update containers.