Embedded Template Library
1.0
Loading...
Searching...
No Matches
etl::private_manchester::is_encodable< TChunk > Struct Template Reference
#include <
manchester.h
>
Static Public Attributes
static const bool
value
Detailed Description
template<typename TChunk>
struct etl::private_manchester::is_encodable< TChunk >
Type trait to determine if a type is supported as an encode input.
Template Parameters
TChunk
The input type to check.
Member Data Documentation
◆
value
template<typename TChunk>
const bool
etl::private_manchester::is_encodable
< TChunk >::value
static
Initial value:
=
etl::is_same<TChunk, uint16_t>::value
|| etl::is_same<TChunk, uint32_t>::value
The documentation for this struct was generated from the following file:
include/etl/
manchester.h
etl
private_manchester
is_encodable
Generated on
for Embedded Template Library by
1.15.0