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_virtual_base_of_impl2< Base, Derived > Struct Template Reference

#include <is_virtual_base_of.hpp>

Public Types

typedef mpl::and_< is_base_of
< Base, Derived >, mpl::not_
< is_same< Base, Derived >
> >::type 
tag_type
 
typedef
is_virtual_base_of_impl< Base,
Derived, tag_type
imp
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=imp::value)
 

Member Typedef Documentation

template<typename Base, typename Derived>
typedef is_virtual_base_of_impl<Base, Derived, tag_type> boost::detail::is_virtual_base_of_impl2< Base, Derived >::imp
template<typename Base, typename Derived>
typedef mpl::and_<is_base_of<Base, Derived>, mpl::not_<is_same<Base, Derived> > >::type boost::detail::is_virtual_base_of_impl2< Base, Derived >::tag_type

Member Function Documentation

template<typename Base, typename Derived>
boost::detail::is_virtual_base_of_impl2< Base, Derived >::BOOST_STATIC_CONSTANT ( bool  ,
value  = imp::value 
)

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