FastLED 3.9.15
Loading...
Searching...
No Matches
result.h
Go to the documentation of this file.
1#pragma once
2
23
24#include "fl/stl/expected.h"
25
26namespace fl {
27
30template<typename T, typename E = ResultError>
32
33} // namespace fl
expected type for operations that can fail (C++23-style)
Definition expected.h:79
Generic expected<T, E> type for error handling without exceptions.
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31
Base definition for an LED controller.
Definition crgb.hpp:179