Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
boost::mpl::detail Namespace Reference
Detailed Descriptioncopy_to_vector - copies a sequence (mpl::set) to vector.Temporary solution because I couldn't get mpl::copy to do this. This is what I tried: mpl::copy<SET, mpl::back_inserter<mpl::vector<> > >type; It works when SET is mpl::vector, but not when SET is mpl::set...
|