tinympl
0.2
mini MPL library for C++11
|
Classes | |
struct | tinympl::as_sequence< Seq< Args...> > |
Customization point to allow any variadic template type to work with tinympl. More... | |
struct | tinympl::as_sequence< basic_string< T, ts...> > |
Customization point to allow basic_string to work as a tinympl sequence. More... | |
struct | tinympl::as_sequence< vector< Args...> > |
Customization point to allow vector to work as a tinympl sequence. More... | |
Allows various sequence types to be used in the sequence algorithms.