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

#include <list_of.hpp>

Public Types

typedef BOOST_DEDUCED_TYPENAME
mpl::eval_if
< ::boost::is_array< T >
,::boost::decay< const T >
,::boost::decay< T > >::type 
type
 

Member Typedef Documentation

template<class T>
typedef BOOST_DEDUCED_TYPENAME mpl::eval_if< ::boost::is_array<T>, ::boost::decay<const T>, ::boost::decay<T> >::type boost::assign_detail::assign_decay< T >::type

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