![]() |
aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
|
Concept checking that std::numeric_limits is specialized for a type. More...
#include <concepts.h>
Concept checking that std::numeric_limits is specialized for a type.
This concept verifies that the type has proper numeric_limits support, including min(), max(), and infinity() for use in aggregation operations.
| T | The type to check |
Definition at line 70 of file concepts.h.