Ark Server API (ASA) - Wiki
|
#include <IsValidVariadicFunctionArg.h>
Public Types | |
enum | { Value = sizeof(Tester(DeclValT())) == sizeof(uint32) } |
Static Private Member Functions | |
static uint32 | Tester (uint32) |
static uint32 | Tester (uint8) |
static uint32 | Tester (int32) |
static uint32 | Tester (uint64) |
static uint32 | Tester (int64) |
static uint32 | Tester (double) |
static uint32 | Tester (long) |
static uint32 | Tester (unsigned long) |
static uint32 | Tester (TCHAR) |
static uint32 | Tester (bool) |
static uint32 | Tester (const void *) |
static uint8 | Tester (...) |
static T | DeclValT () |
Tests if a type is a valid argument to a variadic function, e.g. printf.
Definition at line 12 of file IsValidVariadicFunctionArg.h.
Enumerator | |
---|---|
Value |
Definition at line 31 of file IsValidVariadicFunctionArg.h.
|
staticprivate |
|
staticprivate |