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

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

#include <stat_bench/benchmark_full_name.h>

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

Public Member Functions

auto format (const stat_bench::BenchmarkFullName &val, format_context &context) const -> format_context::iterator
 Format.
 

Detailed Description

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

Definition at line 83 of file benchmark_full_name.h.

Member Function Documentation

◆ format()

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

Format.

Template Parameters
FormatContextType of the context.
Parameters
[in]valValue.
[in]contextContext.
Returns
Output iterator after formatting.

Definition at line 28 of file benchmark_full_name.cpp.


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