Template trait utility that checks if the provided type is void. This trait can be used in templated functions and classes to perform static assertions, or in template specializations to enable/disable specific implementations.
Example:
#include <utility/YiTypeTraits.h>
Static Public Attributes | |
| static const bool | value |
|
static |
The result of the check. The value token will have a value of either true or false.