Bayesian Filtering Library  Generated from SVN r
Public Types | List of all members
advance_impl< Tag >::apply< Iterator, N > Struct Template Reference

Public Types

typedef less< N, long_< 0 > >::type backward_
 
typedef if_< backward_, negate
< N >, N >::type 
offset_
 
typedef if_< backward_,
aux::advance_backward
< BOOST_MPL_AUX_VALUE_WKND(offset_)::value >
, aux::advance_forward
< BOOST_MPL_AUX_VALUE_WKND(offset_)::value >
>::type 
f_
 
typedef apply_wrap1< f_,
Iterator >::type 
type
 

Detailed Description

template<typename Tag>
template<typename Iterator, typename N>
struct BFL::boost::mpl::advance_impl< Tag >::apply< Iterator, N >

Definition at line 36 of file asirfilter.h.


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