Sygaldry
Loading...
Searching...
No Matches
sygaldry::vec3_like Concept Reference

Check that type T seems to be a MIMU data vector. Used in the definition of MimuDataStruct. More...

Concept definition

template<typename T>
&& std::same_as<vecx_t<T>, vecy_t<T>>
&& std::same_as<vecy_t<T>, vecz_t<T>>
Check that type T is not void. Used in the definition of MimuDataStruct.
Definition sygac-mimu.hpp:106
Check that type T seems to be a MIMU data vector. Used in the definition of MimuDataStruct.
Definition sygac-mimu.hpp:110

Detailed Description

Check that type T seems to be a MIMU data vector. Used in the definition of MimuDataStruct.