![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "../../namespaces.h"#include "../../utilities/semantics/generator_handler.h"#include <catch/catch.hpp>#include <vector>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. | |