any provides for heterogneous containers, uses type-erasure
[Read More]
Type Erasure
type erasure as a programming technique to bend c++ type system to implement auto and std::function features
[Read More]
[Read More]
template function to determine size of an array
a handy function to determine size of an static-array at compile time, instead of a macro
[Read More]
[Read More]