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

Definition of CustomOutputName class. More...

#include <ostream>
#include <string>
#include <utility>
#include <fmt/base.h>
#include "stat_bench/util/utf8_string.h"
+ Include dependency graph for custom_output_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::CustomOutputName
 Class of names of custom outputs. More...
 
struct  fmt::formatter< stat_bench::CustomOutputName >
 Implementation of fmt::formatter for stat_bench::CustomOutputName. More...
 

Namespaces

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

Functions

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

Detailed Description

Definition of CustomOutputName class.

Definition in file custom_output_name.h.