'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct bad_truncate_cast

odtone::bad_truncate_cast

Synopsis

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


struct bad_truncate_cast : public odtone::bad_cast {

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

Description

Bad truncate cast exception.

bad_truncate_cast public member functions

  1. const char * what() const;

PrevUpHomeNext