isPointer

Undocumented in source.
enum isPointer ()

Examples

static assert(isPointer!(int*));
static assert(!isPointer!int);

Meta