Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cycle_generator.h File Reference

(ac01635f461bd9f211d89f6eea833d9d928fd113)

#include "../../namespaces.h"
#include "../../utilities/semantics/generator_handler.h"
#include <catch/catch.hpp>
#include <vector>
+ Include dependency graph for cycle_generator.h:

Go to the source code of this file.

Classes

class  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::QDOC_CATCH_GENERATORS_PRIVATE_NAMESPACE::CycleGenerator< T >
 

Namespaces

namespace  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE
 
namespace  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::QDOC_CATCH_GENERATORS_PRIVATE_NAMESPACE
 \variable PathGeneratorConfiguration::multi_device_path_probability
 

Functions

template<typename T >
Catch::Generators::GeneratorWrapper< T > QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::cycle (Catch::Generators::GeneratorWrapper< T > &&generator)
 Returns a generator that behaves like generator until generator is exhausted, repeating the same generation that generator produced, infinitely, afterwards.