Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<, >

boost::xpressive::op::make_pair::result<This(First, Second)>

Synopsis

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


template<typename This, typename First, typename Second> 
struct result<, > {
  // types
  typedef                  ;   // For exposition only. 
  typedef                 ;  // For exposition only. 
  typedef std::pair<  ;       
};

PrevUpHomeNext