Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template impl

boost::proto::_data::impl

Synopsis

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


template<typename Expr, typename State, typename Data> 
struct impl :  
    proto::is_env<proto::_env_var<proto::data_type>,
      proto::_env
    >::
{
};

PrevUpHomeNext