Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::intrusive::pointer_rebind_mode< Ptr, U > Struct Template Reference

#include <pointer_rebind.hpp>

Static Public Attributes

static const unsigned int rebind = (unsigned int)pointer_has_rebind<Ptr, U>::value
 
static const unsigned int rebind_other = (unsigned int)pointer_has_rebind_other<Ptr, U>::value
 
static const unsigned int mode = rebind + rebind*rebind_other
 

Member Data Documentation

template<typename Ptr , typename U >
const unsigned int boost::intrusive::pointer_rebind_mode< Ptr, U >::mode = rebind + rebind*rebind_other
static
template<typename Ptr , typename U >
const unsigned int boost::intrusive::pointer_rebind_mode< Ptr, U >::rebind = (unsigned int)pointer_has_rebind<Ptr, U>::value
static
template<typename Ptr , typename U >
const unsigned int boost::intrusive::pointer_rebind_mode< Ptr, U >::rebind_other = (unsigned int)pointer_has_rebind_other<Ptr, U>::value
static

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