Speeduino
Loading...
Searching...
No Matches
Classes | Namespaces
type_traits.h File Reference

Minimal polyfill for the standard library type traits, since it isn't available with avr-gcc. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  type_traits::remove_reference< T >
 
struct  type_traits::remove_reference< T & >
 
struct  type_traits::remove_reference< T && >
 
struct  numeric_limits< T >
 
struct  numeric_limits< uint8_t >
 
struct  numeric_limits< int8_t >
 
struct  numeric_limits< uint16_t >
 
struct  numeric_limits< int16_t >
 
struct  numeric_limits< uint32_t >
 
struct  numeric_limits< int32_t >
 

Namespaces

namespace  type_traits
 

Detailed Description

Minimal polyfill for the standard library type traits, since it isn't available with avr-gcc.