Embedded Template Library 1.0
Loading...
Searching...
No Matches

Classes

struct  etl::radix
 

Detailed Description

Radix constants for binary, octal, decimal and hex.


Class Documentation

◆ etl::radix

struct etl::radix

Public Types

enum  enum_type {
  undefined = 0 , binary = 2 , octal = 8 , decimal = 10 ,
  hexadecimal = 16
}