Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<>

boost::proto::functional::make_pair::result<This(First, Second)>

Synopsis

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


template<typename This, typename First, typename Second> 
struct result<> {
  // types
  typedef  ;
};

PrevUpHomeNext