FastLED 3.9.15
Loading...
Searching...
No Matches
optional.h File Reference
#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 {}
 

Class Documentation

◆ fl::Empty

struct fl::Empty

◆ fl::nullopt_t

struct fl::nullopt_t