Autoware.Auto
traits.hpp File Reference
#include <type_traits>
Include dependency graph for traits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  autoware::covariance_insertion::has_covariance_member< T, typename >
 
struct  autoware::covariance_insertion::has_covariance_member< T, decltype((void) T::covariance, void())>
 
struct  autoware::covariance_insertion::has_pose_member< T, typename >
 
struct  autoware::covariance_insertion::has_pose_member< T, decltype((void) T::pose, void())>
 
struct  autoware::covariance_insertion::has_twist_member< T, typename >
 
struct  autoware::covariance_insertion::has_twist_member< T, decltype((void) T::twist, void())>
 

Namespaces

 autoware
 This file defines the lanelet2_map_provider_node class.
 
 autoware::covariance_insertion