CACAO
Public Member Functions | Data Fields
cacao::ordered_list< T, Allocator >::IncreasingEntry Struct Reference

Increasing function struct. More...

Public Member Functions

 IncreasingEntry (std::size_t index)
 
void operator() (Entry &E)
 

Data Fields

std::size_t index
 

Detailed Description

template<class T, class Allocator = std::allocator<T>>
struct cacao::ordered_list< T, Allocator >::IncreasingEntry

Increasing function struct.

Definition at line 88 of file ordered_list.hpp.

Constructor & Destructor Documentation

template<class T, class Allocator = std::allocator<T>>
cacao::ordered_list< T, Allocator >::IncreasingEntry::IncreasingEntry ( std::size_t  index)
inline

Definition at line 90 of file ordered_list.hpp.

Member Function Documentation

template<class T, class Allocator = std::allocator<T>>
void cacao::ordered_list< T, Allocator >::IncreasingEntry::operator() ( Entry E)
inline

Definition at line 91 of file ordered_list.hpp.

Field Documentation

template<class T, class Allocator = std::allocator<T>>
std::size_t cacao::ordered_list< T, Allocator >::IncreasingEntry::index

Definition at line 89 of file ordered_list.hpp.


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