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 "core/fxcrt/fx_memcpy_wrappers.h"
#include "third_party/base/check_op.h"
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Namespaces | |
namespace | fxcrt |
Functions | |
template<typename T , typename U , typename = pdfium::internal::EnableIfLegalSpanConversion<T, U>> | |
void | fxcrt::spancpy (pdfium::span< T > dst, pdfium::span< U > src) |
template<typename T , typename U , typename = pdfium::internal::EnableIfLegalSpanConversion<T, U>> | |
void | fxcrt::spanmove (pdfium::span< T > dst, pdfium::span< U > src) |
template<typename T > | |
void | fxcrt::spanset (pdfium::span< T > dst, uint8_t val) |
template<typename T > | |
void | fxcrt::spanclr (pdfium::span< T > dst) |
template<typename T , typename U , typename = typename std::enable_if_t<std::is_const_v<T> || !std::is_const_v<U>>> | |
pdfium::span< T > | fxcrt::reinterpret_span (pdfium::span< U > s) noexcept |