Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template function

boost::xpressive::function

Synopsis

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

template<typename Fun> 
struct function {
  // types
  typedef proto::terminal< Fun >::type type;
};

PrevUpHomeNext