Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::type_erasure::derived< T > Struct Template Reference

A metafunction which returns the full any type, when given any of its base classes. More...

#include <derived.hpp>

Public Types

typedef
T::_boost_type_erasure_derived_type 
type
 

Detailed Description

template<class T>
struct boost::type_erasure::derived< T >

A metafunction which returns the full any type, when given any of its base classes.

This is primarily intended to be used when implementing concept_interface.

See also
rebind_any, as_param

Member Typedef Documentation

template<class T>
typedef T::_boost_type_erasure_derived_type boost::type_erasure::derived< T >::type

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