Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class invalid_command_line_style

boost::program_options::invalid_command_line_style

Synopsis

// In header: <boost/program_options/errors.hpp>


class invalid_command_line_style : public  {
public:

  // public member functions
  ();
};

Description

Class thrown when there are programming error related to style

invalid_command_line_style public member functions

  1. ( msg);

PrevUpHomeNext