#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.
Classes | |
struct | CRTPBase< D > |
struct | CRTPDerived |
struct | CRTPDerived2 |
struct | Launcher |
struct | TestObj |
Namespaces | |
boost | |
boost::fusion | |
Macros | |
#define | BOOST_FUSION_INVOKE_MAX_ARITY 10 |
Typedefs | |
typedef boost::variant< CRTPDerived, CRTPDerived2 > | CRTPVariant |
Functions | |
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 |
Definition at line 6 of file fusion.cpp.
typedef boost::variant<CRTPDerived,CRTPDerived2> CRTPVariant |
Definition at line 77 of file fusion.cpp.
BOOST_AUTO_TEST_CASE | ( | test_fusion | ) |
Definition at line 141 of file fusion.cpp.