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::detail::first_placeholder< T0, T...> Struct Template Reference

#include <free.hpp>

Public Types

typedef ::boost::mpl::eval_if
< is_placeholder< T0 >
,::boost::mpl::identity< T0 >
, first_placeholder< T...>
>::type 
type
 

Member Typedef Documentation

template<class T0 , class... T>
typedef ::boost::mpl::eval_if<is_placeholder<T0>, ::boost::mpl::identity<T0>, first_placeholder<T...> >::type boost::type_erasure::detail::first_placeholder< T0, T...>::type

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