Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<This(Pair)>

boost::proto::functional::second::result<This(Pair)>

Synopsis

// In header: <boost/proto/functional/std/utility.hpp>


template<typename This, typename Pair> 
struct result<This(Pair)> {
  // types
  typedef typename Pair::second_type type;
};

PrevUpHomeNext