Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<This(Cont, It, Size, Value), typename disable_if< is_integral< UNCVREF(It)> >::type>

boost::xpressive::op::insert::result<This(Cont, It, Size, Value), typename disable_if< is_integral< UNCVREF(It)> >::type>

Synopsis

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


template<typename This, typename Cont, typename It, typename Size, 
         typename Value> 
struct result<This(Cont, It, Size, Value), typename disable_if< is_integral< UNCVREF(It)> >::type> {
  // types
  typedef void type;
};

PrevUpHomeNext