maliput
scalar_conversion_traits.h File Reference
#include <type_traits>
Include dependency graph for scalar_conversion_traits.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  Traits< S >
 A templated traits class for whether an S<U> can be converted into an S<T>; the default value is true for all values of S, T, and U. More...
 
struct  FromDoubleTraits
 A concrete traits class providing sugar to support for converting only from the double scalar type. More...
 
struct  ValueConverter< T, U >
 Converts a scalar U u to its corresponding scalar T t. More...
 
struct  ValueConverter< T, T >
 

Namespaces

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::drake
 
 maliput::drake::systems
 
 maliput::drake::systems::scalar_conversion