Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<This(Pair const &)>

boost::proto::functional::first::result<This(Pair const &)>

Synopsis

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


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

PrevUpHomeNext