NiHu  2.0
tmp::transform< Seq, Ins, Trans > Struct Template Reference

transform elements in a sequence using a user-specified metafunctor and an inserter More...

#include <algorithm.hpp>

Detailed Description

template<class Seq, class Ins, class Trans>
struct tmp::transform< Seq, Ins, Trans >

transform elements in a sequence using a user-specified metafunctor and an inserter

Template Parameters
Seqthe sequence the elements of which are transformed
Insinserter used to fill output container
Transtransformation functor

Definition at line 212 of file algorithm.hpp.


The documentation for this struct was generated from the following file: