LLGL 0.05 Beta
Loading...
Searching...
No Matches
Memory.h File Reference
#include <type_traits>
#include <cstdint>
#include <cstddef>
#include <cstring>

Namespaces

namespace  LLGL
namespace  LLGL::Memory

Functions

template<typename T>
void LLGL::Memory::Memset (T *dst, const T &value, std::size_t count)
 Copies the specified value count times into the specified memory location.