Autoware.Auto
autoware::common::state_vector::is_variable< T > Struct Template Reference

A trait to check if a type is a variable by checking if it inherits from Variable. More...

#include <variable.hpp>

Inheritance diagram for autoware::common::state_vector::is_variable< T >:
Collaboration diagram for autoware::common::state_vector::is_variable< T >:

Detailed Description

template<typename T>
struct autoware::common::state_vector::is_variable< T >

A trait to check if a type is a variable by checking if it inherits from Variable.

Template Parameters
TQuery type.

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