HEBench
utilities.hpp File Reference
#include <cstdint>
#include <string>
Include dependency graph for utilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hebench
 
 hebench::cpp
 
 hebench::cpp::Utilities
 

Functions

std::uint64_t hebench::cpp::Utilities::copyString (char *dst, std::uint64_t size, const std::string &src)
 Copies a C++ string object into a C-style string. More...