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::constructHelpers< true > Struct Reference

Specialization for trivially constructible types. More...

#include <utility.h>

Static Public Member Functions

template<class T >
static void constructObject (T *ptr)
 
template<class T >
static void constructArray (T *ptr, unsigned int numElements)
 
template<class T >
static void copyConstructObject (T *dest, const T *src)
 
template<class T >
static void copyConstructArray (T *dest, const T *src, unsigned int numElements)
 
template<class T >
static void moveConstructObject (T *dest, T *src)
 
template<class T >
static void moveConstructArray (T *dest, T *src, unsigned int numElements)
 

Detailed Description

Specialization for trivially constructible types.


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