cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Implementation of fmt::formatter for stat_bench::BenchmarkFullName. More...
#include <stat_bench/benchmark_full_name.h>
Public Member Functions | |
auto | format (const stat_bench::BenchmarkFullName &val, format_context &context) const -> format_context::iterator |
Format. | |
Implementation of fmt::formatter for stat_bench::BenchmarkFullName.
Definition at line 83 of file benchmark_full_name.h.
auto fmt::formatter< stat_bench::BenchmarkFullName >::format | ( | const stat_bench::BenchmarkFullName & | val, |
format_context & | context ) const -> format_context::iterator |
Format.
FormatContext | Type of the context. |
[in] | val | Value. |
[in] | context | Context. |
Definition at line 28 of file benchmark_full_name.cpp.