Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | Static Public Attributes | List of all members
decode_integral< T, Iter > Struct Template Reference

Public Types

typedef decode_integral< T, Iter > self_t
 
typedef Iter::next nextpos
 
typedef decode_size_t
< self_t::n, nextpos,
self_t::overflow >::iter 
iter
 

Public Member Functions

 BOOST_STATIC_CONSTANT (std::size_t, m=Iter::type::value)
 
 BOOST_STATIC_CONSTANT (std::size_t, n=unpack< m >::value)
 
 BOOST_STATIC_CONSTANT (std::size_t, overflow=unpack< m >::overflow)
 

Static Public Attributes

static const T value = (T)(std::size_t)decode_size_t<n, nextpos, overflow>::value
 

Detailed Description

template<class T, class Iter>
struct BFL::boost::type_of::decode_integral< T, Iter >

Definition at line 100 of file asirfilter.h.


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