cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Implementation of std::hash for stat_bench::BenchmarkGroupName. More...
#include <stat_bench/benchmark_group_name.h>
Public Member Functions | |
auto | operator() (const stat_bench::BenchmarkGroupName &val) const -> std::size_t |
Hash function. | |
Implementation of std::hash for stat_bench::BenchmarkGroupName.
Definition at line 140 of file benchmark_group_name.h.
|
inline |
Hash function.
[in] | val | Value. |
Definition at line 148 of file benchmark_group_name.h.