Alexandria 2.31.2
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 |
|
staticconstexpr |
Definition at line 81 of file ComputationImpl.icpp.
Referenced by Euclid::Histogram::Histogram< VarType, WeightType >::ComputationImpl< BinType >::computeBins().