'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct bad_cast

odtone::bad_cast

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/cast.hpp>


struct bad_cast : public odtone::exception {

  // public member functions
  const char * what() const;
};

Description

Bad cast exception.

bad_cast public member functions

  1. const char * what() const;

PrevUpHomeNext