|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Concept for types that provide a static make() factory method returning result<T>.
More...
#include <idfxx_core/include/idfxx/error.hpp>
Concept for types that provide a static make() factory method returning result<T>.
A type satisfies this concept if T::make(args...) is a valid expression returning result<T> for the given argument types.
| T | The type to check. |
| Args | The argument types to pass to T::make(). |