Skip to content

Rijom/ibex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ibex

An experimental C++17 library providing basic building blocks.

ibex::Function

A move-only, fixed-size alternative to std::function.

  • No heap allocation. Function size is specified as a template parameter. Similar to stdext::inplace_function.
  • No copy contructor. This is a move-only class and thus allows for closures containing std::unique_ptrs. Similar to folly::Function.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published