|
TLE92466ED Driver 0.1.0-preview
Modern C++23 driver for Infineon TLE92466ED Six-Channel Low-Side Solenoid Driver
|
Concept to verify a type implements the HAL interface. More...
#include <TLE92466ED_HAL.hpp>
Concept to verify a type implements the HAL interface.
| T | Type to check |
This C++20 concept ensures at compile-time that a class properly implements the HAL interface. Provides better error messages than traditional template constraints.