![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::op::insert::result<This(Cont, It, Value), typename disable_if< mpl::or_< is_integral< typename remove_const< typename remove_reference< It >::type >::type >, is_same< typename remove_const< typename remove_reference< It >::type >::type, typename remove_const< typename remove_reference< Value >::type >::type > > >::type>
// In header: <boost/xpressive/regex_actions.hpp> template<typename This, typename Cont, typename It, typename Value> struct result<This(Cont, It, Value), typename disable_if< mpl::or_< is_integral< typename remove_const< typename remove_reference< It >::type >::type >, is_same< typename remove_const< typename remove_reference< It >::type >::type, typename remove_const< typename remove_reference< Value >::type >::type > > >::type> { // types typedef remove_reference< Cont >::type::iterator type; };