|
fennec
|
This is a sub-library of the fennec C++ Language Library. Metaprogramming is a method of obtaining information about the structure of the code and changing its behaviour at compile time. This includes getting traits of types, such as with fennec::is_signed. You may even programmatically enable functions based on the info of the types that the function uses.