46 template<
typename Size_Type>
51 template<
typename Size_Type = std::
size_t>
55 typedef Size_Type size_type;
63 mutable size_type m_count;
67 template<
typename Size_Type>
71 typedef Size_Type size_type;
74 operator()(size_type max_size)
const
77 template<
typename Metadata_Reference>
79 operator()(Metadata_Reference r_data, size_type m_max_count)
const
81 if (++r_data.m_count != m_max_count)
Base class for list-update counter policy.
A list-update metadata type that moves elements to the front of the list based on the counter algorit...