Public Types | Public Member Functions | List of all members
boost::detail::is_virtual_base_of_impl2< Base, Derived > Struct Template Reference

#include <is_virtual_base_of.hpp>

Public Types

typedef is_virtual_base_of_impl< Base, Derived, tag_typeimp
 
typedef boost::integral_constant< bool,(boost::is_base_of< Base, Derived >::value &&!boost::is_same< Base, Derived >::value)> tag_type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=imp::value)
 

Detailed Description

template<typename Base, typename Derived>
struct boost::detail::is_virtual_base_of_impl2< Base, Derived >

Definition at line 84 of file is_virtual_base_of.hpp.

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

Definition at line 87 of file is_virtual_base_of.hpp.

template<typename Base , typename Derived >
typedef boost::integral_constant<bool, (boost::is_base_of<Base, Derived>::value && ! boost::is_same<Base, Derived>::value)> boost::detail::is_virtual_base_of_impl2< Base, Derived >::tag_type

Definition at line 86 of file is_virtual_base_of.hpp.

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:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:34