Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.90.0.
boost::program_options::parse_command_line —
template<typename charT> Â Â basic_parsed_options< charT > Â Â parse_command_line(int argc, charT * argv, const options_description & , Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â int style = 0, Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â function1< std::pair< std::string, std::string >, const std::string & > ext = ext_parser());
| Copyright © 2002-2004 Vladimir Prus |