MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
constexpr_xxh3::BytesType Concept Reference
#include <
ConstexprXXH3.h
>
Concept definition
template
<
typename
T>
concept
constexpr_xxh3::BytesType
=
requires
(
const
T& bytes) {
{ std::data(bytes) };
requires
BytePtrType
<
decltype
(std::data(bytes))>;
{
static_cast<
size_t
>
(std::size(bytes)) };
}
constexpr_xxh3::BytePtrType
Definition
ConstexprXXH3.h:58
constexpr_xxh3::BytesType
Definition
ConstexprXXH3.h:64
Detailed Description
Definition at line
64
of file
ConstexprXXH3.h
.
constexpr_xxh3
BytesType
Generated by
1.12.0