Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

The MPL Reference Manual: void_
Front Page / Data Types / Miscellaneous / void_

void_

Synopsis

struct void_
{
    typedef void_ type;
};

template< typename T > struct is_void;

Description

void_ is a generic type placeholder representing "nothing".