cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Implementation of escape_for_file_name function. More...
#include "stat_bench/util/escape_for_file_name.h"
#include <array>
#include <cstddef>
#include <cstdint>
#include <string>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::util |
Namespace of utility functions and classes. | |
Functions | |
auto | stat_bench::util::escape_for_file_name (const Utf8String &input) -> Utf8String |
Escape a string for a file name. | |
Implementation of escape_for_file_name function.
Definition in file escape_for_file_name.cpp.