WPILibC++ 2024.1.1-beta-4
units::traits::is_base_unit< T > Struct Template Reference

Trait which tests if a class is a base_unit type. More...

#include <units/base.h>

Inheritance diagram for units::traits::is_base_unit< T >:

Detailed Description

template<class T>
struct units::traits::is_base_unit< T >

Trait which tests if a class is a base_unit type.

Inherits from std::true_type or std::false_type. Use is_base_unit<T>::value to test whether class T implements a base_unit.


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