Drake
Drake C++ Documentation
type_check_different_from< T > Struct Template Reference

Detailed Description

template<typename T>
struct drake::type_check_different_from< T >

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 > >
 

Member Typedef Documentation

◆ type

using type = std::negation<std::is_same<T, U> >

The documentation for this struct was generated from the following file: