Alexandria
2.16
Please provide a description of the 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 77 of file ComputationImpl.icpp.
|
static |
|
static |
|
static |
Definition at line 82 of file ComputationImpl.icpp.