cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
benchmark_group_name.h File Reference

Definition of BenchmarkGroupName class. More...

#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include <utility>
#include <fmt/base.h>
#include "stat_bench/util/utf8_string.h"
+ Include dependency graph for benchmark_group_name.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stat_bench::BenchmarkGroupName
 Class of names of groups of benchmarks. More...
 
struct  fmt::formatter< stat_bench::BenchmarkGroupName >
 Implementation of fmt::formatter for stat_bench::BenchmarkGroupName. More...
 
class  std::hash< stat_bench::BenchmarkGroupName >
 Implementation of std::hash for stat_bench::BenchmarkGroupName. More...
 

Namespaces

namespace  fmt
 Namespace of fmt library.
 
namespace  stat_bench
 Namespace of stat_bench source codes.
 
namespace  std
 STL namespace.
 

Functions

auto stat_bench::operator!= (const BenchmarkGroupName &lhs, const BenchmarkGroupName &rhs) noexcept -> bool
 Compare two BenchmarkGroupName objects.
 
auto stat_bench::operator<< (std::ostream &stream, const BenchmarkGroupName &val) -> std::ostream &
 Format to a stream.
 
auto stat_bench::operator== (const BenchmarkGroupName &lhs, const BenchmarkGroupName &rhs) noexcept -> bool
 Compare two BenchmarkGroupName objects.
 

Detailed Description

Definition of BenchmarkGroupName class.

Definition in file benchmark_group_name.h.