Public Types | List of all members
boost::type_traits_detail::common_member_class< C1, C2 > Struct Template Reference

#include <composite_member_pointer_type.hpp>

Public Types

typedef boost::conditional< boost::is_base_of< C1, C2 >::value, C2, typename boost::conditional< boost::is_base_of< C2, C1 >::value, C1, void >::type >::type type
 

Detailed Description

template<class C1, class C2>
struct boost::type_traits_detail::common_member_class< C1, C2 >

Definition at line 69 of file composite_member_pointer_type.hpp.

Member Typedef Documentation

template<class C1 , class C2 >
typedef boost::conditional< boost::is_base_of<C1, C2>::value, C2, typename boost::conditional<boost::is_base_of<C2, C1>::value, C1, void>::type >::type boost::type_traits_detail::common_member_class< C1, C2 >::type

Definition at line 84 of file composite_member_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