Botan 3.3.0
Crypto and TLS for C&
Namespaces | Functions
prefetch.h File Reference

Internal Header. More...

#include <botan/types.h>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

uint64_t Botan::prefetch_array_raw (size_t bytes, const void *arrayv) noexcept
 
template<typename T , size_t... Ns>
requires std::is_integral<T>::value
T Botan::prefetch_arrays (T(&... arr)[Ns]) noexcept
 

Detailed Description

Internal Header.

Definition in file prefetch.h.