ZXFoundation™
26h2
Loading...
Searching...
No Matches
lib::rwonce::Word Concept Reference
export
module
lib.rwonce
Concept definition
template
<
typename
T>
concept
lib::rwonce::Word
=
std::is_trivially_copyable_v<T> &&
detail::has_native_uint
<
sizeof
(T)> &&
alignof
(T) >=
alignof
(detail::native_uint_t<T>)
lib::rwonce::Word
Definition
rwonce.cxxm:47
lib::rwonce::detail::has_native_uint
Definition
rwonce.cxxm:39
lib
rwonce
Word
Generated by
1.15.0