Skip to content

arv3/StaticFunctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StaticFunctor

A C++ functor that does not rely on dynamic memory allocation. Use me instead of std::function if you need to take control of the memory layout of a functor in advance.

Platforms

Tested on:

  • GCC 4.8 or higher: Bare-metal ARM, mac OS, Windows (mingw)
  • clang: mac OS

Other compilers and older versions may work as well, as long as they support C++11.

License

GNU Lesser General Public License version 3 or later.

About

A C++ functor that does not rely on dynamic memory allocation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages