Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Accum< T, AT > Class Template Reference

#include <accum5.hpp>

Collaboration diagram for Accum< T, AT >:
Collaboration graph

Public Types

using AccT = typename Traits::type
 
using AccT = typename Traits::type
 
using AccT = typename Traits::type
 

Static Public Member Functions

static AT::type accum (T const *beg, T const *end)
 
static AccT accum (T const *beg, T const *end)
 
static AccT accum (T const *beg, T const *end)
 
static AccT accum (const T *beg, const T *end)
 

Detailed Description

template<typename T, typename AT = AccumulationTraits<T>>
class Accum< T, AT >

Definition at line 11 of file accum5.hpp.

Member Typedef Documentation

template<typename T , typename AT = AccumulationTraits<T>>
using Accum< T, AT >::AccT = typename Traits::type

Definition at line 15 of file accum6.hpp.

template<typename T , typename AT = AccumulationTraits<T>>
using Accum< T, AT >::AccT = typename Traits::type

Definition at line 15 of file accum8.hpp.

template<typename T , typename AT = AccumulationTraits<T>>
using Accum< T, AT >::AccT = typename Traits::type

Definition at line 15 of file accum9.hpp.

Member Function Documentation

template<typename T , typename AT = AccumulationTraits<T>>
static AT::type Accum< T, AT >::accum ( T const *  beg,
T const *  end 
)
inlinestatic

Definition at line 14 of file accum5.hpp.

Referenced by main().

Here is the caller graph for this function:

template<typename T , typename AT = AccumulationTraits<T>>
static AccT Accum< T, AT >::accum ( T const *  beg,
T const *  end 
)
inlinestatic

Definition at line 18 of file accum6.hpp.

template<typename T , typename AT = AccumulationTraits<T>>
static AccT Accum< T, AT >::accum ( T const *  beg,
T const *  end 
)
inlinestatic

Definition at line 18 of file accum8.hpp.

template<typename T , typename AT = AccumulationTraits<T>>
static AccT Accum< T, AT >::accum ( const T *  beg,
const T *  end 
)
inlinestatic

Definition at line 16 of file accum9.hpp.


The documentation for this class was generated from the following files: