cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of prepare_directory function. More...
#include "stat_bench/util/prepare_directory.h"
#include <cstddef>
#include <sys/stat.h>
#include <sys/types.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 | |
void | stat_bench::util::prepare_directory (const std::string &path) |
Prepare a directory. | |
void | stat_bench::util::prepare_directory_for (const std::string &path) |
Prepare a directory for a file. | |
Definition of prepare_directory function.
Definition in file prepare_directory.cpp.