Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::accumulators::impl::rolling_moment_impl< N, Sample > Struct Template Reference

#include <rolling_moment.hpp>

Inheritance diagram for boost::accumulators::impl::rolling_moment_impl< N, Sample >:
Collaboration diagram for boost::accumulators::impl::rolling_moment_impl< N, Sample >:

Public Types

typedef
numeric::functional::fdiv
< Sample, std::size_t, void,
void >::result_type 
result_type
 
typedef mpl::false_ is_droppable
 

Public Member Functions

 BOOST_MPL_ASSERT_RELATION (N::value, >, 0)
 
template<typename Args >
 rolling_moment_impl (Args const &args)
 
template<typename Args >
void operator() (Args const &args)
 
template<typename Args >
result_type result (Args const &args) const
 
detail::void_ operator() (dont_care)
 
detail::void_ add_ref (dont_care)
 
detail::void_ drop (dont_care)
 
detail::void_ on_drop (dont_care)
 

Member Typedef Documentation

template<typename N , typename Sample >
typedef numeric::functional::fdiv<Sample, std::size_t,void,void>::result_type boost::accumulators::impl::rolling_moment_impl< N, Sample >::result_type

Constructor & Destructor Documentation

template<typename N , typename Sample >
template<typename Args >
boost::accumulators::impl::rolling_moment_impl< N, Sample >::rolling_moment_impl ( Args const &  args)
inline

Member Function Documentation

detail::void_ boost::accumulators::accumulator_base::add_ref ( dont_care  )
inlineinherited
template<typename N , typename Sample >
boost::accumulators::impl::rolling_moment_impl< N, Sample >::BOOST_MPL_ASSERT_RELATION ( N::value  ,
 
)
detail::void_ boost::accumulators::accumulator_base::drop ( dont_care  )
inlineinherited
detail::void_ boost::accumulators::accumulator_base::on_drop ( dont_care  )
inlineinherited
detail::void_ boost::accumulators::accumulator_base::operator() ( dont_care  )
inlineinherited
template<typename N , typename Sample >
template<typename Args >
void boost::accumulators::impl::rolling_moment_impl< N, Sample >::operator() ( Args const &  args)
inline
template<typename N , typename Sample >
template<typename Args >
result_type boost::accumulators::impl::rolling_moment_impl< N, Sample >::result ( Args const &  args) const
inline

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