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.91.0.
boost::program_options::invalid_command_line_syntax —
class invalid_command_line_syntax { public:   // construct/copy/destruct   invalid_command_line_syntax(const std::string &, kind_t);   // public member functions   kind_t kind() const;   // protected static functions   std::string error_message(kind_t) ; };
| Copyright © 2002-2004 Vladimir Prus |