| spdlog
    | 
#include <catch.hpp>
| Public Types | |
| using | type = T | 
| Public Member Functions | |
| RangeGenerator (T const &start, T const &end, T const &step) | |
| RangeGenerator (T const &start, T const &end) | |
| T const & | get () const override | 
| bool | next () override | 
| Private Attributes | |
| T | m_current | 
| T | m_end | 
| T | m_step | 
| bool | m_positive | 
| 
 | inherited | 
| 
 | inline | 
| 
 | inlineoverridevirtual | 
Implements Catch::Generators::IGenerator< T >.
| 
 | inlineoverridevirtual | 
Implements Catch::Generators::GeneratorUntypedBase.
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private |