hard_asrt.hpp File Reference

Defines macro hard_assert(). More...

#include <ders/config.hpp>

Go to the source code of this file.

Namespaces

namespace  ders

Defines

#define hard_assert(expr)   ((expr) ? (void)0 : ders::detail::hard_assert_impl(#expr, __FILE__, __LINE__))
 Hard assertion that doesn't get disabled.


Detailed Description

Defines macro hard_assert().

Definition in file hard_asrt.hpp.


Define Documentation

#define hard_assert ( expr   )     ((expr) ? (void)0 : ders::detail::hard_assert_impl(#expr, __FILE__, __LINE__))

Hard assertion that doesn't get disabled.

Definition at line 33 of file hard_asrt.hpp.


Generated on Tue Dec 8 11:35:32 2009 for derslib by  doxygen 1.5.5