44 auto operator=(
const INameFilter&) -> INameFilter& =
delete;
45 auto operator=(INameFilter&&) -> INameFilter& =
delete;
Definition of BenchmarkFullName class.
Class of information of cases in benchmarks.
virtual ~INameFilter()=default
Destructor.
virtual auto check(const BenchmarkFullName &name) const -> bool=0
Check whether a name matches to this filter.
INameFilter()=default
Constructor.
Namespace of filters of benchmarks.
Namespace of stat_bench source codes.