Meta-function that takes a Sequence type, an MPL lambda expression and an optional Inserter and returns a variant type over the same types as the initial variant type, each transformed using the lambda expression. More...
#include <transform_variant.hpp>
Public Types | |
typedef variant < detail::variant::over_sequence < mpl::transform< Sequence, Op, In >::type > > | type |
Meta-function that takes a Sequence type, an MPL lambda expression and an optional Inserter and returns a variant type over the same types as the initial variant type, each transformed using the lambda expression.
|
inherited |