cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
std::hash< stat_bench::BenchmarkCaseName > Class Reference

Implementation of std::hash for stat_bench::BenchmarkCaseName. More...

#include <stat_bench/benchmark_case_name.h>

+ Collaboration diagram for std::hash< stat_bench::BenchmarkCaseName >:

Public Member Functions

auto operator() (const stat_bench::BenchmarkCaseName &val) const -> std::size_t
 Hash function.
 

Detailed Description

Implementation of std::hash for stat_bench::BenchmarkCaseName.

Definition at line 140 of file benchmark_case_name.h.

Member Function Documentation

◆ operator()()

auto std::hash< stat_bench::BenchmarkCaseName >::operator() ( const stat_bench::BenchmarkCaseName & val) const -> std::size_t
inline

Hash function.

Parameters
[in]valValue.
Returns
Hash value.

Definition at line 148 of file benchmark_case_name.h.


The documentation for this class was generated from the following file: