fstl is a subset of STL(C++ Standard Template Library). Not only contains container, algorithms and iterators, but also some functions implementations.
The primary purpose of the project is to demonstrate the use of functional programming in STL and the critical role of template metaprogramming in modern C++.
- functional
- bind
- function
- invoke
- placeholder
- tuple
- typelist
- container
- vector
- pair