Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<This(Pair)>

boost::xpressive::op::first::result<This(Pair)>

Synopsis

// In header: <boost/xpressive/regex_actions.hpp>


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

PrevUpHomeNext