TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
ToString()
std::string Hash::ToString
(
)
inline
Definition at line
33
of file
Utils.h
.
34
{
35
std::string
hash
;
36
37
for
(
int
i = 0; i < length; i++)
38
{
39
hash
+= UChar2Hex(data[i]);
40
}
41
42
return
hash
;
43
}
nlohmann::detail::hash
std::size_t hash(const BasicJsonType &j)
hash a JSON value
Definition:
json.hpp:5240
Hash
Generated on Thu Apr 7 2022 14:10:52 for TerraForge3D by
1.9.3