jeudi 20 juin 2019

Does Fusion have a tail function?

I need a tail-like funciton that can be used like this:

boost::fusion::vector<char, int, float> a('a', 12, 5.5f);
boost::fusion::vector<int, float> b(12, 5.5f);

boost::fusion::copy( Tail(a), b );

Aucun commentaire:

Enregistrer un commentaire