| Furrent
    | 
Simple LIFO policy. More...
#include <policy.hpp>


| Public Member Functions | |
| Iterator | extract (Iterator begin, Iterator end) const override | 
| implements the custom policy logic to extract an element from the list  More... | |
| Additional Inherited Members | |
|  Public Types inherited from fur::policy::IPolicy< T > | |
| using | Iterator = typename std::list< T >::iterator | 
| Iterator type used by the std::list type.  More... | |
Simple LIFO policy.
| 
 | overridevirtual | 
implements the custom policy logic to extract an element from the list
| begin | begin of the list | 
| end | end of the list | 
Implements fur::policy::IPolicy< T >.
 1.8.17
 1.8.17