|
Unit Conversion and Dimensional Analysis Library 3.6.1
A compile-time, header-only C++23 dimensional-analysis library
|
Trait which tests whether a type is inherited from a decibel scale. More...
#include <core.h>
Trait which tests whether a type is inherited from a decibel scale.
Inherits from std::true_type or std::false_type. Use has_decibel_scale_v<U1 [, U2, ...]> to test one or more types to see if they represent units whose scale is in decibels.
| T | one or more types to test. |