Template Class range_log

Inheritance Relationships

Base Type

Class Documentation

template<class R>
class ioh::logger::range_log : public ioh::logger::range<R>

Logarithmic (base 10) range.

Public Functions

range_log(R min, R max, size_t size)
size_t index(double x) override

Main interface.