#include <iostream>
#include "pinocchio/tools/timer.hpp"
#include <Eigen/Core>
#include <boost/test/unit_test.hpp>
#include <boost/utility/binary.hpp>
#include <boost/variant.hpp>
#include <boost/fusion/include/sequence.hpp>
#include <boost/fusion/include/make_vector.hpp>
#include <boost/fusion/include/next.hpp>
#include <boost/fusion/include/invoke.hpp>
#include <boost/fusion/view/joint_view.hpp>
#include <boost/fusion/include/joint_view.hpp>
#include <boost/fusion/algorithm.hpp>
#include <boost/fusion/container.hpp>
Go to the source code of this file.
|
template<typename T , typename V > |
result_of::push_front< V const, T >::type | boost::fusion::append (T const &t, V const &v) |
| Append the element T at the front of boost fusion vector V. More...
|
|
template<typename T1 , typename T2 , typename V > |
result_of::push_front< typename result_of::push_front< V const, T2 >::type const, T1 >::type | boost::fusion::append2 (T1 const &t1, T2 const &t2, V const &v) |
|
| BOOST_AUTO_TEST_CASE (test_fusion) |
|
#define BOOST_FUSION_INVOKE_MAX_ARITY 10 |
BOOST_AUTO_TEST_CASE |
( |
test_fusion |
| ) |
|