units_traits_is_base_unit(3)
| units::traits::is_base_unit< T >(3) | Unit Conversion and Dimensional Analysis Library | units::traits::is_base_unit< T >(3) |
NAME
units::traits::is_base_unit< T > - Trait which tests if a class is a base_unit type.
SYNOPSIS
#include <units.h>
Inherits std::is_base_of< units::detail::_base_unit_t, 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.
Author
Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.
| Wed Feb 11 2026 09:38:34 | Version 2.3.0 |
