24#include <fmt/format.h>
33 std::regex_constants::ECMAScript |
std::regex_constants::optimize) {}
36 return std::regex_match(fmt::format(
"{}", name), regex_);
Definition of BenchmarkFullName class.
Class of information of cases in benchmarks.
auto check(const BenchmarkFullName &name) const -> bool override
Check whether a name matches to this filter.
RegexFilter(const std::string ®ex)
Constructor.
Namespace of filters of benchmarks.
Namespace of stat_bench source codes.
Definition of RegexFilter class.