#include <typetraits.h>
|
| template<typename T> |
| static T | single () |
| template<typename T, typename A> |
| static T | single (T a) |
| template<typename T> |
| static void | array (T *ptr, U32 num) |
| template<typename T, typename A> |
| static void | array (T *ptr, U32 num, T a) |
◆ array() [1/2]
template<typename T>
| void array |
( |
T * | ptr, |
|
|
U32 | num ) |
|
inlinestatic |
◆ array() [2/2]
template<typename T, typename A>
| void array |
( |
T * | ptr, |
|
|
U32 | num, |
|
|
T | a ) |
|
inlinestatic |
◆ single() [1/2]
◆ single() [2/2]
template<typename T, typename A>
The documentation for this struct was generated from the following file: