Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<>

boost::proto::functional::unpack_expr::result<This(Sequence)>

Synopsis

// In header: <boost/proto/make_expr.hpp>


template<typename This, typename Sequence> 
struct result<> :  
    proto::result_of::unpack_expr<
      
{
};

PrevUpHomeNext