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

(0ccf980226462398d5097987466bcffd8236e1e9)

#include <stdint.h>
#include <tuple>
#include <utility>
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/span.h"
Include dependency graph for zip.h:
This graph shows which files directly or indirectly include this file:

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)