nCine 2025.06.r503-ff15d8d
A cross-platform 2D game engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
nctl::detail::copyHelpers< true > Struct Reference

Specialization for trivially copyable types. More...

#include <utility.h>

Static Public Member Functions

template<class T >
static void copyAssignObject (T *dest, const T *src)
 
template<class T >
static void copyAssignArray (T *dest, const T *src, unsigned int numElements)
 
template<class T >
static void moveAssignObject (T *dest, T *src)
 
template<class T >
static void moveAssignArray (T *dest, T *src, unsigned int numElements)
 

Detailed Description

Specialization for trivially copyable types.


The documentation for this struct was generated from the following file: