iffl  1.3.4
Implements Intrusive Flat Forward List container
include Directory Reference

Files

file  iffl.h [code]
 Includes all other header that are part of Intrusive Flat Forward List library If you want to include only list and not allocator then include iffl_list.h. If you want to include everything then simply include this header.
 
file  iffl_allocator.h [code]
 This module implements debug_memory_resource a memory resource that can be used along with polymorphic allocator for debugging contained.
 
file  iffl_common.h [code]
 Common definitions, utility functions and vocabulary types.
 
file  iffl_config.h [code]
 This file is supposed to be generated by cmake. Cmake pushes output to the folder where it generates project. It is not clear t me at the moment how I can publish and install this file from there.
 
file  iffl_list.h [code]
 Implements intrusive flat forward list.
 
file  iffl_mpl.h [code]
 This module contains few meta-programming facilities that are not part of the STL.