ericniebler / meta

A tiny metaprogramming library
Boost Software License 1.0
303 stars 47 forks source link

Add min, max, filter, size_of #5

Closed gnzlbg closed 9 years ago

gnzlbg commented 9 years ago

Adds metafunctions min/max for working with integers. Adds metafunction filter<List, Predicate>. Adds metafunction size_of<T> to compute the sizeof(T).