cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Declaration of check_glob_pattern function. More...
#include "stat_bench/util/string_view.h"
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::check_glob_pattern (StringView pattern, StringView str) -> bool |
Check whether a string matches with a glob pattern. | |
Declaration of check_glob_pattern function.
Definition in file check_glob_pattern.h.