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

Check that type T is not void. Used in the definition of MimuDataStruct. More...

Concept definition

template<typename T>
concept sygaldry::not_void = not std::same_as<void, T>
Check that type T is not void. Used in the definition of MimuDataStruct.
Definition sygac-mimu.hpp:106

Detailed Description

Check that type T is not void. Used in the definition of MimuDataStruct.