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