Home | Libraries | People | FAQ | More |
boost::proto::functional::first::result<This(Pair &)>
// In header: <boost/proto/functional/std/utility.hpp> template<typename This, typename Pair> struct result<This(Pair &)> { // types typedef typename Pair::first_type & type; };