Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class fatal

boost::ui::log::fatal — Shows error and abort immediately.

Synopsis

// In header: <boost/ui/log.hpp>



// Shows error and abort immediately.

class fatal : public boost::ui::log {
public:
  // construct/copy/destruct
  fatal();
};

Description

fatal public construct/copy/destruct

  1. fatal();

PrevUpHomeNext