Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function store

boost::program_options::store

Synopsis

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


 
(basic_parsed_options<  options, variables_map & m, 
       utf8 = );

Description

Stores in 'm' all options that are defined in 'options'. If 'm' already has a non-defaulted value of an option, that value is not changed, even if 'options' specify some value.


PrevUpHomeNext