¡@

Home 

c++ Programming Glossary: add_option

Building boost::options from a string/boost::any map

http://stackoverflow.com/questions/6122094/building-boostoptions-from-a-string-boostany-map

options from this map using the options_description add_option method. However it takes a template argument po value whereas.. .end desc const TuplePair _pair what goes here desc.add_options _pair.first po value Is there a way to build it this way or.. we also want to be able to call options_description add_option so we add a function that will do so through a virtual call..