Namespaces | Macros | Typedefs | Functions
fusion.hpp File Reference
#include <boost/variant/static_visitor.hpp>
#include <boost/fusion/include/invoke.hpp>
#include <boost/fusion/container/generation/make_vector.hpp>
Include dependency graph for fusion.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 boost
 
 boost::fusion
 
 pinocchio
 Main pinocchio namespace.
 
 pinocchio::fusion
 

Macros

#define BOOST_FUSION_INVOKE_MAX_ARITY   12
 

Typedefs

typedef boost::blank pinocchio::fusion::NoArg
 

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 T3 , typename T4 , typename T5 , typename V >
result_of::push_front< typename result_of::push_front< typename result_of::push_front< typename result_of::push_front< typename result_of::push_front< V const, T5 >::type const, T4 >::type const, T3 >::type const, T2 >::type const, T1 >::type boost::fusion::append (T1 const &t1, T2 const &t2, T3 const &t3, T4 const &t4, T5 const &t5, V const &v)
 Append the elements T1, T2, T3, T4 and T5 at the front of boost fusion vector V. More...
 
template<typename T1 , typename T2 , typename T3 , typename T4 , typename V >
result_of::push_front< typename result_of::push_front< typename result_of::push_front< typename result_of::push_front< V const, T4 >::type const, T3 >::type const, T2 >::type const, T1 >::type boost::fusion::append (T1 const &t1, T2 const &t2, T3 const &t3, T4 const &t4, V const &v)
 Append the elements T1, T2, T3 and T4 at the front of boost fusion vector V. More...
 
template<typename T1 , typename T2 , typename T3 , typename V >
result_of::push_front< typename result_of::push_front< typename result_of::push_front< V const, T3 >::type const, T2 >::type const, T1 >::type boost::fusion::append (T1 const &t1, T2 const &t2, T3 const &t3, V const &v)
 Append the elements T1, T2 and T3 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::append (T1 const &t1, T2 const &t2, V const &v)
 Append the elements T1 and T2 at the front of boost fusion vector V. More...
 

Macro Definition Documentation

◆ BOOST_FUSION_INVOKE_MAX_ARITY

#define BOOST_FUSION_INVOKE_MAX_ARITY   12

Definition at line 8 of file fusion.hpp.



pinocchio
Author(s):
autogenerated on Sat Jun 1 2024 02:40:39