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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include <stdint.h>
#include "core/fxcrt/fx_memcpy_wrappers.h"
#include "third_party/base/check_op.h"
#include "third_party/base/containers/span.h"
+ Include dependency graph for span_util.h:
+ This graph shows which files directly or indirectly include this file:

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