cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
escape_for_html.h File Reference

Declaration of escape_for_html function. More...

#include <string>
#include "stat_bench/util/string_view.h"
+ Include dependency graph for escape_for_html.h:
+ This graph shows which files directly or indirectly include this file:

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_html (const StringView &input) -> std::string
 Escape a string for HTML.
 

Detailed Description

Declaration of escape_for_html function.

Definition in file escape_for_html.h.