|
|
delpi
0.0.1
DElta-complete LP solver
|
Check if the type T constitutes a map from type From to type To. More...
#include <concepts.h>
Check if the type T constitutes a map from type From to type To.
It has to have a method at that takes a From and returns a To.
| T | type to check |
| From | type domain |
| To | type codomain |
Definition at line 27 of file concepts.h.