cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
fmt::formatter< stat_bench::BenchmarkGroupName > Struct Reference

Implementation of fmt::formatter for stat_bench::BenchmarkGroupName. More...

#include <stat_bench/benchmark_group_name.h>

+ Inheritance diagram for fmt::formatter< stat_bench::BenchmarkGroupName >:
+ Collaboration diagram for fmt::formatter< stat_bench::BenchmarkGroupName >:

Public Member Functions

auto format (const stat_bench::BenchmarkGroupName &val, fmt::format_context &context) const -> fmt::format_context::iterator
 Format.
 
- Public Member Functions inherited from fmt::formatter< stat_bench::util::Utf8String >
auto format (const stat_bench::util::Utf8String &val, format_context &context) const -> format_context::iterator
 Format.
 

Detailed Description

Implementation of fmt::formatter for stat_bench::BenchmarkGroupName.

Definition at line 100 of file benchmark_group_name.h.

Member Function Documentation

◆ format()

auto fmt::formatter< stat_bench::BenchmarkGroupName >::format ( const stat_bench::BenchmarkGroupName & val,
fmt::format_context & context ) const -> fmt::format_context::iterator
inline

Format.

Parameters
[in]valValue.
[in]contextContext.
Returns
Output iterator after formatting.

Definition at line 109 of file benchmark_group_name.h.


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