__gnu_pbds::detail::lu_counter_policy_base< Size_Type >

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

NAME

__gnu_pbds::detail::lu_counter_policy_base< Size_Type > - Base class for list-update counter policy.

 

SYNOPSIS


 

Protected Types


typedef Size_Type size_type
 

Protected Member Functions


lu_counter_metadata< size_type > operator() (size_type max_size) const

template<typename Metadata_Reference > bool operator() (Metadata_Reference r_data, size_type m_max_count) const
 

Detailed Description

 

template<typename Size_Type>


class __gnu_pbds::detail::lu_counter_policy_base< Size_Type >" Base class for list-update counter policy.

Definition at line 46 of file lu_counter_metadata.hpp.

 

Author

Generated automatically by Doxygen for libstdc++ from the source code.


 

Index

NAME
SYNOPSIS
Protected Types
Protected Member Functions
Detailed Description
template<typename Size_Type>
Author