#include "benchmark/benchmark.h"#include <cstdlib>

Go to the source code of this file.
Macros | |
| #define | __has_feature(x) 0 |
| #define | BENCHMARK_HAS_NO_EXCEPTIONS |
| #define | BENCHMARK_MAYBE_UNUSED |
| #define | BENCHMARK_NORETURN |
| #define __has_feature | ( | x | ) | 0 |
Definition at line 12 of file benchmark/src/internal_macros.h.
| #define BENCHMARK_HAS_NO_EXCEPTIONS |
Definition at line 91 of file benchmark/src/internal_macros.h.
| #define BENCHMARK_MAYBE_UNUSED |
Definition at line 97 of file benchmark/src/internal_macros.h.
| #define BENCHMARK_NORETURN |
Definition at line 40 of file benchmark/src/internal_macros.h.