Skip to content
/ fstl Public

fstl is a subset of STL. In particular, the functional part is included.

License

Notifications You must be signed in to change notification settings

Qanora/fstl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fstl

https://travis-ci.org/Qanora/fstl.svg?branch=master FOSSA Status Codacy Badge

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++.

Current Feature

  • functional
    • bind
    • function
    • invoke
    • placeholder
    • tuple
    • typelist
  • container
    • vector
    • pair

Reference

About

fstl is a subset of STL. In particular, the functional part is included.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages