Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::is_base_and_derived_impl2< B, D > Struct Template Reference

#include <is_base_and_derived.hpp>

Classes

struct  Host
 

Public Member Functions

 BOOST_STATIC_ASSERT (sizeof(B)!=0)
 
 BOOST_STATIC_ASSERT (sizeof(D)!=0)
 
 BOOST_STATIC_CONSTANT (bool, value=sizeof(bd_helper< B, D >::check_sig(Host(), 0))==sizeof(type_traits::yes_type))
 

Member Function Documentation

template<typename B , typename D >
boost::detail::is_base_and_derived_impl2< B, D >::BOOST_STATIC_ASSERT ( sizeof(B)!  = 0)
template<typename B , typename D >
boost::detail::is_base_and_derived_impl2< B, D >::BOOST_STATIC_ASSERT ( sizeof(D)!  = 0)
template<typename B , typename D >
boost::detail::is_base_and_derived_impl2< B, D >::BOOST_STATIC_CONSTANT ( bool  ,
value  = sizeof(bd_helper< B, D >::check_sig(Host(), 0))==sizeof(type_traits::yes_type) 
)

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