Public Member Functions | Private Types | List of all members
boost::type_traits_detail::detail::has_common_pointee< T, U > Struct Template Reference

#include <composite_pointer_type.hpp>

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(boost::is_same< T2, U2 >::value)||boost::is_void< T2 >::value||boost::is_void< U2 >::value||(boost::is_base_of< T2, U2 >::value)||(boost::is_base_of< U2, T2 >::value))
 

Private Types

typedef boost::remove_cv< T >::type T2
 
typedef boost::remove_cv< U >::type U2
 

Detailed Description

template<class T, class U>
struct boost::type_traits_detail::detail::has_common_pointee< T, U >

Definition at line 80 of file composite_pointer_type.hpp.

Member Typedef Documentation

template<class T , class U >
typedef boost::remove_cv<T>::type boost::type_traits_detail::detail::has_common_pointee< T, U >::T2
private

Definition at line 84 of file composite_pointer_type.hpp.

template<class T , class U >
typedef boost::remove_cv<U>::type boost::type_traits_detail::detail::has_common_pointee< T, U >::U2
private

Definition at line 85 of file composite_pointer_type.hpp.

Member Function Documentation

template<class T , class U >
boost::type_traits_detail::detail::has_common_pointee< T, U >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (boost::is_sameT2U2 >::value)||boost::is_voidT2 >::value||boost::is_voidU2 >::value||(boost::is_base_ofT2U2 >::value)||(boost::is_base_ofU2T2 >::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:35