Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<This(Seq &)>

boost::proto::functional::pop_back::result<This(Seq &)>

Synopsis

// In header: <boost/proto/functional/fusion/pop_back.hpp>


template<typename This, typename Seq> 
struct result<This(Seq &)> :  fusion::result_of::pop_back< Seq > {
};

PrevUpHomeNext