ericniebler / meta

A tiny metaprogramming library
Boost Software License 1.0
302 stars 46 forks source link

Add index<T, List> #9

Closed gnzlbg closed 9 years ago

gnzlbg commented 9 years ago

Adds meta::index<T, List>, to get the index of the first occurrence of T within the list List.