cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Implementation of ComposedFilter class. More...
#include "stat_bench/filters/composed_filter.h"
#include <algorithm>
#include <memory>
#include "stat_bench/filters/glob_filter.h"
#include "stat_bench/filters/regex_filter.h"
Go to the source code of this file.
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::filters |
Namespace of filters of benchmarks. | |
Implementation of ComposedFilter class.
Definition in file composed_filter.cpp.