Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::private_manchester::is_decodable< TChunk > Struct Template Reference

#include <manchester.h>

Static Public Attributes

static const bool value

Detailed Description

template<typename TChunk>
struct etl::private_manchester::is_decodable< TChunk >

Type trait to determine if a type is supported as a decode input.

Template Parameters
TChunkThe input type to check.

Member Data Documentation

◆ value

template<typename TChunk>
const bool etl::private_manchester::is_decodable< TChunk >::value
static
Initial value:
=
etl::is_same<TChunk, uint32_t>::value
|| etl::is_same<TChunk, uint64_t>::value

The documentation for this struct was generated from the following file: