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

Public Types

typedef boost::type_traits::yes_type yes_type
 
typedef boost::type_traits::no_type no_type
 

Static Public Member Functions

template<class >
static no_type test (...)
 

Static Public Attributes

template<class U >
static decltype(::boost::declval< U & >()=::boost::declval< const U & >(), yes_type()) test (int)
 
static const bool value = sizeof(test<T>(0)) == sizeof(yes_type)
 

Detailed Description

template<bool DerivedFromNoncopyable, class T>
struct BFL::boost::detail::is_copy_assignable_impl2< DerivedFromNoncopyable, T >

Definition at line 35 of file asirfilter.h.


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