Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpl::aux::remove_if_helper< Pred, InsertOp >::apply< Sequence, U > Struct Template Reference

#include <remove_if.hpp>

Public Types

typedef eval_if< typename
apply1< Pred, U >::type,
identity< Sequence >, apply2
< InsertOp, Sequence, U >
>::type 
type
 

Member Typedef Documentation

template<typename Pred , typename InsertOp >
template<typename Sequence , typename U >
typedef eval_if< typename apply1<Pred,U>::type , identity<Sequence> , apply2<InsertOp,Sequence,U> >::type boost::mpl::aux::remove_if_helper< Pred, InsertOp >::apply< Sequence, U >::type

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