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