![]() |
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 <catch/catch.hpp>#include <random>#include <numeric>#include <algorithm>Go to the source code of this file.
Classes | |
| class | QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::QDOC_CATCH_GENERATORS_PRIVATE_NAMESPACE::KPartitionOfRGenerator |
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 | |
| Catch::Generators::GeneratorWrapper< std::vector< double > > | QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::k_partition_of_r (double r, std::size_t k) |
| Returns a generator that generates collections of k elements whose sum is r. | |