tinympl  0.2
mini MPL library for C++11
Bind and Lambda expressions.

Classes

class  tinympl::bind< F, Args >
 Produce a template type by binding the given arguments on the passed template template. More...
 
struct  tinympl::is_placeholder< T >
 Determine whether a type is a placeholder. is_placeholder<T>::value is 0 if T is not a placeholder, otherwise is the index of the placeholder. More...
 
struct  tinympl::is_bind_expression< T >
 Determine whether a type is a bind expression. More...
 

Detailed Description

Helpers to transform and define metafunction classes on the fly.