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

#include <composite_pointer_type.hpp>

Inheritance diagram for boost::type_traits_detail::detail::common_pointee< T, U >:
Inheritance graph
[legend]

Public Types

typedef boost::conditional< boost::is_same< T2, U2 >::value||boost::is_void< T2 >::value||boost::is_base_of< T2, U2 >::value, typename boost::copy_cv< T, U >::type, typename boost::copy_cv< U, T >::type >::type type
 

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::common_pointee< T, U >

Definition at line 97 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::common_pointee< T, U >::T2
private

Definition at line 101 of file composite_pointer_type.hpp.

Definition at line 112 of file composite_pointer_type.hpp.

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

Definition at line 102 of file composite_pointer_type.hpp.


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