Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template parse_config_file

boost::program_options::parse_config_file

Synopsis

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


template<typename charT> 
  basic_parsed_options<  
  (, 
                    options_description &,  allow_unregistered = );

Description

Parse a config file.

Read from given stream.


PrevUpHomeNext