DASH
0.3.0
|
Type trait indicating whether a type has a comparision operator== defined. More...
#include <Types.h>
Public Types | |
using | type = typename std::is_same< bool, decltype(test< T, EqualTo >(0))>::type |
Type trait indicating whether a type has a comparision operator== defined.