Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | List of all members
is_base_and_derived_impl< B, D > Struct Template Reference

Public Types

typedef remove_cv< B >::type ncvB
 
typedef remove_cv< D >::type ncvD
 
typedef is_base_and_derived_select< ::boost::is_class< B >::value,::boost::is_class< D >::value,::boost::is_same< ncvB, ncvD >::value > selector
 
typedef selector::template rebind< ncvB, ncvD > binder
 
typedef binder::type bound_type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=bound_type::value)
 

Detailed Description

template<typename B, typename D>
struct BFL::boost::detail::is_base_and_derived_impl< B, D >

Definition at line 205 of file asirfilter.h.


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