|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
Classes | |
| struct | SFINAE |
Static Public Member Functions | |
| template<typename U > | |
| static char | Test (SFINAE< U > *) |
| template<typename U > | |
| static int | Test (...) |
Static Public Attributes | |
| static constexpr bool | value = sizeof(Test<BinType>(0)) == sizeof(char) |
This class as a constexpr static member "value" which will be 'true' iff BinType has a method computeBins that can receive two instances of IterType as parameters
| BinType | |
| IterType |
Definition at line 74 of file ComputationImpl.icpp.
|
static |
|
static |
|
static |
Definition at line 81 of file ComputationImpl.icpp.
1.8.5