boost::program_options::store
// In header: <boost/program_options/variables_map.hpp> (basic_parsed_options< options, variables_map & m, utf8 = );
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.