Iterator extract(Iterator begin, Iterator end) const override
implements the custom policy logic to extract an element from the list
Definition: policy.inl:6
Simple LIFO policy.
Definition: policy.hpp:42
Simple FIFO policy.
Definition: policy.hpp:34
virtual Iterator extract(Iterator begin, Iterator end) const =0
implements the custom policy logic to extract an element from the list
Definition: policy.hpp:16
typename std::list< T >::iterator Iterator
Iterator type used by the std::list type.
Definition: policy.hpp:22
Iterator extract(Iterator begin, Iterator end) const override
implements the custom policy logic to extract an element from the list
Definition: policy.inl:11
Definition: policy.hpp:19