preCICE
v3.2.0
Loading...
Searching...
No Matches
src
utils
Hash.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
string
>
4
#include <
string_view
>
5
6
namespace
precice::utils
{
7
9
std::string
preciceHash
(
std::string_view
s);
10
11
}
// namespace precice::utils
std::string
std::string_view
precice::utils
contains precice-related utilities.
Definition
PointToPointCommunicationTest.cpp:23
precice::utils::preciceHash
std::string preciceHash(std::string_view s)
creates a portable hash of the given input
Definition
Hash.cpp:10
string
string_view