Skip to content

A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions

License

Notifications You must be signed in to change notification settings

Tinkerforge/strict_variant

 
 

Repository files navigation

GitHub version GitHub issues GitHub stars

strict variant

This library was adapted from cbeck88/strict-variant to compile to Arduino/ESP32 platform.

Documentation

On Chris Beck's github pages.

Compiler Compatibility

strict_variant targets the C++11 standard.

It is known to work with gcc >= 4.8 and clang >= 3.5, and is tested against MSVC 2015.

strict_variant can be used as-is in projects which require -fno-exceptions and -fno-rtti.

Licensing and Distribution

strict variant is available under the boost software license.

About

A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%