Template trait utility that checks if there exists an operator<<(STREAM &, const TYPE &) function for type TYPE and stream type STREAM.
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.