|
FastLED 3.9.15
|
#include "fl/variant.h"
Include dependency graph for optional.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | fl::Empty |
| struct | fl::nullopt_t |
| class | fl::Optional< T > |
Namespaces | |
| namespace | fl |
| IMPORTANT! | |
Typedefs | |
| template<typename T> | |
| using | fl::optional = Optional<T> |
Functions | |
| template<typename T> | |
| optional< T > | fl::make_optional (const T &value) |
| template<typename T> | |
| optional< T > | fl::make_optional (T &&value) |
Variables | |
| constexpr nullopt_t | fl::nullopt {} |
| struct fl::Empty |
| struct fl::nullopt_t |