Skip to content

A generic function container implemented by C++

License

Unknown, WTFPL licenses found

Licenses found

Unknown
LICENSE
WTFPL
COPYING
Notifications You must be signed in to change notification settings

YuezhangWang/function-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WTFPL

function-container

A generic function container implemented by C++

How to use

Implemented using standard C++, there must be a compiler supports C++ 17 standard.

Simply include the include\FunctionContainer.hpp in your project.

The class Util::FunctionContainer is all you need.

For more details

Just look through the example test_main.cpp.

Further more

  • Basic usage
  • Auto deducing retern type
  • Support std::function template class

About

A generic function container implemented by C++

Resources

License

Unknown, WTFPL licenses found

Licenses found

Unknown
LICENSE
WTFPL
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages