#include <MD5Value.hpp>
◆ MD5Value() [1/4]
constexpr SIV3D_NODISCARD_CXX20 s3d::MD5Value::MD5Value |
( |
| ) |
|
|
constexprnoexcept |
空のデータに対する MD5 ハッシュ値 (d41d8cd98f00b204e9800998ecf8427e) で初期化
◆ MD5Value() [2/4]
constexpr SIV3D_NODISCARD_CXX20 s3d::MD5Value::MD5Value |
( |
const std::array< uint8, 16 > & |
md5 | ) |
|
|
explicitconstexprnoexcept |
◆ MD5Value() [3/4]
constexpr SIV3D_NODISCARD_CXX20 s3d::MD5Value::MD5Value |
( |
std::string_view |
md5 | ) |
|
|
explicitconstexpr |
◆ MD5Value() [4/4]
constexpr SIV3D_NODISCARD_CXX20 s3d::MD5Value::MD5Value |
( |
StringView |
md5 | ) |
|
|
explicitconstexpr |
◆ asStdString()
std::string s3d::MD5Value::asStdString |
( |
| ) |
const |
◆ asString()
String s3d::MD5Value::asString |
( |
| ) |
const |
◆ hash()
size_t s3d::MD5Value::hash |
( |
| ) |
const |
|
noexcept |
◆ Formatter
◆ operator!=
◆ operator<
◆ operator<=
◆ operator==
◆ operator>
◆ operator>=
◆ value
std::array<uint8, 16> s3d::MD5Value::value |
The documentation for this struct was generated from the following file: