Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template impl

boost::proto::fold_tree::impl

Synopsis

// In header: <boost/proto/transform/fold_tree.hpp>


template<typename Expr, typename State, typename Data> 
struct impl :  
    proto::fold<
{
};

PrevUpHomeNext