Template Class CumulativeStatistics
Defined in File cumulative_statistics.hpp
Inheritance Relationships
Base Type
public ecl::FailedObject
Class Documentation
-
template<typename T, typename Enable = void>
class CumulativeStatistics : public ecl::FailedObject Dummy parent class for Homogenous points.
SFINAE trick to ensure that only floats are used for the template parameter. The real class is in the specialisation.