Skip to content

Class Paramita::Range

template

Represents a range of values (inclusive).

  • #include <ParameterSpace.hpp>

Public Attributes

Type Name
T m_end
T m_start

Public Attributes Documentation

variable m_end

T Paramita::Range< T >::m_end;

variable m_start

T Paramita::Range< T >::m_start;