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
generator_handler.h File Reference

(ac01635f461bd9f211d89f6eea833d9d928fd113)

#include "../../namespaces.h"
#include <catch/catch.hpp>
#include <optional>
#include <cassert>
+ Include dependency graph for generator_handler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDOC_CATCH_GENERATORS_UTILITIES_ABSOLUTE_NAMESPACE::GeneratorHandler< T >
 

Namespaces

namespace  QDOC_CATCH_GENERATORS_UTILITIES_ABSOLUTE_NAMESPACE
 

Functions

template<typename T >
Catch::Generators::GeneratorWrapper< T > QDOC_CATCH_GENERATORS_UTILITIES_ABSOLUTE_NAMESPACE::handler (Catch::Generators::GeneratorWrapper< T > &&generator)
 Returns a generator wrapping generator that ensures that changes its semantics so that the first call to get should be preceded by a call to next.