is_void

template <class Ty> 
    struct is_void;

An instance of the type predicate holds true if the type Ty is void or a cv-qualified form of void, otherwise it holds false.