c++ Programming Glossary: catdog
Boost program options allowed set of input values http://stackoverflow.com/questions/8820109/boost-program-options-allowed-set-of-input-values then overload the validate function on that type. struct catdog catdog std string const val value val std string value void.. overload the validate function on that type. struct catdog catdog std string const val value val std string value void validate.. validate boost any v std vector std string const values catdog target_type int using namespace boost program_options Make..
|