boost::mpl::detail Namespace Reference


Detailed Description

copy_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...


Classes

class  select_subvector_c
 Converts the basis of a number

Given a non-negative integer N, and a vector of vectors VecOfVecs, returns a vector of size size<VecOfVecs>, such that the i-th element of the returned vector is the j-th element of the i-th vector in VecOfVecs, where the j-s comprise the representation of N as a number in which each digit has a different base - the size of the corresponding vector in VecOfVecs. More...

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google