API Documentation
Loading...
Searching...
No Matches
LibAssert.h File Reference
#include "DLLInfo.h"
#include <functional>
Include dependency graph for LibAssert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LibAssert
 The default way to make Assert statements within the NDEVR API. A no-op in release but throws an exception in debug. More...
 

Namespaces

namespace  NDEVR
 

Macros

#define lib_assert(expression, message)
 

Macro Definition Documentation

◆ lib_assert

#define lib_assert ( expression,
message )
Value:
((void)0)