Makes a unary type trait for is_same. Basically currying. Generalisation might be a good idea...
More...
#include <TypeTraits.hpp>
Public Types | |
| template<typename Target > | |
| using | t = std::is_same< T, Target > |
Makes a unary type trait for is_same. Basically currying. Generalisation might be a good idea...