#include <bitset>
#include <string>
#include <sstream>
#include <vector>
#include <map>
#include <memory>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
Go to the source code of this file.
|
template<typename T = void> |
void | __assert_no_abort (const char *assertion, const char *file, unsigned int line, const char *function) |
|
#define assert_no_abort |
( |
|
expr | ) |
((void)((expr) || (__assert_no_abort(#expr, __FILE__, __LINE__, __PRETTY_FUNCTION__),0))) |
template<typename T = void>
void __assert_no_abort |
( |
const char * |
assertion, |
|
|
const char * |
file, |
|
|
unsigned int |
line, |
|
|
const char * |
function |
|
) |
| |