MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
constexpr_xxh3::BytePtrType Concept Reference
#include <
ConstexprXXH3.h
>
Concept definition
template
<
typename
T>
concept
constexpr_xxh3::BytePtrType
=
requires
(T ptr) {
requires
std::is_pointer_v<T>;
requires
ByteType
<std::remove_cvref_t<
decltype
(*ptr)>>;
}
constexpr_xxh3::BytePtrType
Definition
ConstexprXXH3.h:58
constexpr_xxh3::ByteType
Definition
ConstexprXXH3.h:51
Detailed Description
Definition at line
58
of file
ConstexprXXH3.h
.
constexpr_xxh3
BytePtrType
Generated by
1.12.0