![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>#include <tuple>#include <utility>#include "core/fxcrt/check_op.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/span.h"Go to the source code of this file.
Classes | |
| class | fxcrt::ZipView2< T, U > |
| struct | fxcrt::ZipView2< T, U >::Iter |
| class | fxcrt::ZipView3< T, U, V > |
| struct | fxcrt::ZipView3< T, U, V >::Iter |
Namespaces | |
| namespace | fxcrt |
Functions | |
| template<typename T, typename U> | |
| auto | fxcrt::Zip (const T &first, U &&second) |
| template<typename T, typename U, typename V> | |
| auto | fxcrt::Zip (const T &first, const U &second, V &&third) |