#include "include/private/base/SkAssert.h"
#include "include/private/base/SkDebug.h"
#include "include/private/base/SkSpan_impl.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <tuple>
#include <utility>
Go to the source code of this file.
|
template<typename... Ts> |
| SkZip (size_t size, Ts *... ts) -> SkZip< Ts... > |
|
template<typename... Ts> |
constexpr auto | SkMakeZip (Ts &&... ts) |
|
◆ SkMakeZip()
template<typename... Ts>
constexpr auto SkMakeZip |
( |
Ts &&... |
ts | ) |
|
|
inlineconstexpr |
Definition at line 212 of file SkZip.h.
212 {
214}
static constexpr auto MakeZip(Ts &&... ts)
◆ SkZip()
template<typename... Ts>
SkZip |
( |
size_t |
size, |
|
|
Ts *... |
ts |
|
) |
| -> SkZip< Ts... > |