Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::serialization::detail::base_cast< B, D > Struct Template Reference

#include <base_object.hpp>

Public Types

typedef mpl::if_< is_const< D >
, const B, B >::type 
type
 

Public Member Functions

 BOOST_STATIC_ASSERT (is_const< type >::value==is_const< D >::value)
 

Member Typedef Documentation

template<class B , class D >
typedef mpl::if_< is_const<D>, const B, B >::type boost::serialization::detail::base_cast< B, D >::type

Member Function Documentation

template<class B , class D >
boost::serialization::detail::base_cast< B, D >::BOOST_STATIC_ASSERT ( is_const< type >::value  = =is_const< D >::value)

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