hideakitai / ArxTypeTraits

C++ type_traits for Arduino which cannot use it as default
MIT License
12 stars 3 forks source link

ArxTypeTraits

C++ type_traits for Arduino which cannot use it as default

Features

Supported Class Templates

C++11 (defined only for boards before C++11)

for utility

C++14 (defined only for boards before C++14)

C++17 (defined only for boards before C++17)

C++2a

Others (defined for all boards)

(traits with the _v suffix are defined only when compiled as C++17 or higher)

Used Inside of

Contributors

License

MIT