Provides a check which returns whether T
is different than U
.
#include <drake/bindings/pydrake/common/type_pack.h>
Public Types | |
template<typename U > | |
using | type = std::negation< std::is_same< T, U > > |
using type = std::negation<std::is_same<T, U> > |