#include "llvm/ADT/STLExtras.h"
#include <type_traits>
#include <utility>
Go to the source code of this file.
Macros | |
#define | RETURN_IF(cond) |
! A helper inspired by https://github.com/Microsoft/wil/wiki/Error-handling-helpers | |
#define | RETURN_FALSE_IF(cond) |
Typedefs | |
using | void_func_ref = llvm::function_ref< void()> |
#define RETURN_FALSE_IF | ( | cond | ) |
Definition at line 24 of file InsightsUtility.h.
#define RETURN_IF | ( | cond | ) |
! A helper inspired by https://github.com/Microsoft/wil/wiki/Error-handling-helpers
Definition at line 18 of file InsightsUtility.h.
using void_func_ref = llvm::function_ref<void()> |
Definition at line 30 of file InsightsUtility.h.