Binary Serialize
Loading...
Searching...
No Matches
chops
integral_or_byte
chops::integral_or_byte Concept Reference
Concept definition
template
<
typename
T>
concept
chops::integral_or_byte
= std::integral<T> || std::is_same_v<std::remove_cv_t<T>, std::byte>
chops::integral_or_byte
Definition
extract_append.hpp:67
Generated by
1.12.0