mitteLib
Loading...
Searching...
No Matches
mlab::is_byte_sequence Concept Reference
#include <
bin_data.hpp
>
Concept definition
template
<
class
T>
concept
mlab::is_byte_sequence
=
is_byte_enum<T>
or
is_byte_enumerable<T>
or
is_byte_enum_enumerable<T>
or std::is_same_v<T, std::uint8_t>
mlab::is_byte_enum_enumerable
Definition
bin_data.hpp:293
mlab::is_byte_enum
Definition
bin_data.hpp:287
mlab::is_byte_enumerable
Definition
bin_data.hpp:290
mlab::is_byte_sequence
Definition
bin_data.hpp:299
mlab
is_byte_sequence
Generated by
1.11.0