__gnu_pbds::detail::lu_counter_metadata< Size_Type >

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

NAME

__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.

 

SYNOPSIS


 

Public Types


typedef Size_Type size_type
 

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.

Definition at line 51 of file lu_counter_metadata.hpp.

 

Author

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


 

Index

NAME
SYNOPSIS
Public Types
Friends
Detailed Description
template<typename Size_Type = std::size_t>
Author