__is_void

From RAD Studio
Jump to: navigation, search

Go Up to Type Trait Functions (C++11) Index


Category

Type Trait Functions

Syntax

bool __is_void( typename T )

Returns True if T is (potentially cv-qualified) void. Returns False otherwise, including for pointer or reference to void.

See Also