|
Formula Student Autonomous Systems
The code for the main driverless system
|
A helper struct to check if a type T has a member named 'position'. More...
#include <marker.hpp>


A helper struct to check if a type T has a member named 'position'.
This base template assumes that T does not have a 'position' member.
| T | The type to check. |
| typename | A helper typename defaulted to void, used for SFINAE. |
Definition at line 51 of file marker.hpp.