lemon/assert.h
changeset 290 f6899946c1ac
parent 277 7abfb55f1ecc
equal deleted inserted replaced
9:fe70398a4969 10:675ec994fd30
   106 
   106 
   107 /// \ingroup exceptions
   107 /// \ingroup exceptions
   108 ///
   108 ///
   109 /// \brief Macro for assertion with customizable message
   109 /// \brief Macro for assertion with customizable message
   110 ///
   110 ///
   111 /// Macro for assertion with customizable message.  
   111 /// Macro for assertion with customizable message.
   112 /// \param exp An expression that must be convertible to \c bool.  If it is \c
   112 /// \param exp An expression that must be convertible to \c bool.  If it is \c
   113 /// false, then an assertion is raised. The concrete behaviour depends on the
   113 /// false, then an assertion is raised. The concrete behaviour depends on the
   114 /// settings of the assertion system.
   114 /// settings of the assertion system.
   115 /// \param msg A <tt>const char*</tt> parameter, which can be used to provide
   115 /// \param msg A <tt>const char*</tt> parameter, which can be used to provide
   116 /// information about the circumstances of the failed assertion.
   116 /// information about the circumstances of the failed assertion.