GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::detail::lu_counter_metadata< Size_Type > Class Template Reference

A list-update metadata type that moves elements to the front of the list based on the counter algorithm. More...

#include <lu_counter_metadata.hpp>

Collaboration diagram for __gnu_pbds::detail::lu_counter_metadata< Size_Type >:

Public Types

typedef Size_Type size_type
 

Private Member Functions

 lu_counter_metadata (size_type init_count)
 

Private Attributes

size_type m_count
 

Friends

class lu_counter_policy_base< size_type >
 

Detailed Description

template<typename Size_Type = std::size_t>
class __gnu_pbds::detail::lu_counter_metadata< Size_Type >

A list-update metadata type that moves elements to the front of the list based on the counter algorithm.

Member Typedef Documentation

template<typename Size_Type = std::size_t>
typedef Size_Type __gnu_pbds::detail::lu_counter_metadata< Size_Type >::size_type

Constructor & Destructor Documentation

template<typename Size_Type = std::size_t>
__gnu_pbds::detail::lu_counter_metadata< Size_Type >::lu_counter_metadata ( size_type  init_count)
inlineprivate

Friends And Related Function Documentation

template<typename Size_Type = std::size_t>
friend class lu_counter_policy_base< size_type >
friend

Member Data Documentation

template<typename Size_Type = std::size_t>
size_type __gnu_pbds::detail::lu_counter_metadata< Size_Type >::m_count
mutableprivate

The documentation for this class was generated from the following file: