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

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

#include <stat_bench/benchmark_case_name.h>

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

Public Member Functions

auto format (const stat_bench::BenchmarkCaseName &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::BenchmarkCaseName.

Definition at line 100 of file benchmark_case_name.h.

Member Function Documentation

◆ format()

auto fmt::formatter< stat_bench::BenchmarkCaseName >::format ( const stat_bench::BenchmarkCaseName & 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_case_name.h.


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