|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Result-based error handling with ESP-IDF integration. More...
Namespaces | |
| namespace | idfxx |
Typedefs | |
| typedef int | esp_err_t |
Result-based error handling with ESP-IDF integration.
Provides idfxx::result<T> (C++23 std::expected) for fallible operations and idfxx::errc enum compatible with ESP-IDF error codes.