Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Deduction guide for search_all_view

boost::parser::search_all_view

Synopsis

// In header: <boost/parser/search.hpp>


template<typename V, typename Parser, typename GlobalState, 
         typename ErrorHandler> 
  search_all_view(V &&, parser_interface< Parser, GlobalState, ErrorHandler >, 
                  trace) -> search_all_view< detail::text::detail::all_t< V >, Parser, GlobalState, ErrorHandler, parser_interface< eps_parser< detail::phony > > >;

PrevUpHomeNext