Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template collect_unrecognized

boost::program_options::collect_unrecognized

Synopsis

// In header: <boost/program_options/parsers.hpp>


template<typename charT> 
   
  (basic_option<  options, 
                        mode);

Description

Collects the original tokens for all named options with 'unregistered' flag set. If 'mode' is 'include_positional' also collects all positional options. Returns the vector of origianl tokens for all collected options.


PrevUpHomeNext