Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::accumulators::detail::build_acc_list< First, Last, false > Struct Template Reference

#include <depends_on.hpp>

Public Types

typedef build_acc_list
< typename
fusion::result_of::next< First >
::type, Last > 
next_build_acc_list
 
typedef fusion::cons< typename
fusion::result_of::value_of
< First >::type, typename
next_build_acc_list::type > 
type
 

Static Public Member Functions

template<typename Args >
static type call (Args const &args, First const &f, Last const &l)
 

Member Typedef Documentation

template<typename First , typename Last >
typedef build_acc_list<typename fusion::result_of::next<First>::type, Last> boost::accumulators::detail::build_acc_list< First, Last, false >::next_build_acc_list
template<typename First , typename Last >
typedef fusion::cons< typename fusion::result_of::value_of<First>::type , typename next_build_acc_list::type> boost::accumulators::detail::build_acc_list< First, Last, false >::type

Member Function Documentation

template<typename First , typename Last >
template<typename Args >
static type boost::accumulators::detail::build_acc_list< First, Last, false >::call ( Args const &  args,
First const &  f,
Last const &  l 
)
inlinestatic

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