preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Hash.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <string_view>
5
6namespace precice::utils {
7
10
11} // namespace precice::utils
contains precice-related utilities.
std::string preciceHash(std::string_view s)
creates a portable hash of the given input
Definition Hash.cpp:10