Template Function boost::fusion::append(T const&, V const&)

Function Documentation

template<typename T, typename V>
result_of::push_front<Vconst, T>::type boost::fusion::append(T const &t, V const &v)

Append the element T at the front of boost fusion vector V.