D | regular.hpp | 179 class regular : public iterator_mixin<regular<Value, Transform, MetaData, Options>>, class 217 regular(transform_type trans, unsigned n, value_type start, value_type stop, in regular() function in boost::histogram::axis::regular 239 regular(unsigned n, value_type start, value_type stop, metadata_type meta = {}) in regular() function in boost::histogram::axis::regular 256 regular(transform_type trans, step_type<T> step, value_type start, value_type stop, in regular() function in boost::histogram::axis::regular 276 regular(step_type<T> step, value_type start, value_type stop, metadata_type meta = {}) in regular() function in boost::histogram::axis::regular 280 regular(const regular& src, index_type begin, index_type end, unsigned merge) in regular() function in boost::histogram::axis::regular
|