base_dimension documentation updated

This commit is contained in:
Mateusz Pusz
2020-05-14 13:55:34 +02:00
parent 096e16c835
commit bbd337ba35

View File

@@ -51,8 +51,8 @@ template<basic_fixed_string Symbol, Unit U>
requires U::is_named
struct base_dimension {
using base_type_workaround = base_dimension; // TODO Replace with is_base_dimension when fixed
static constexpr auto symbol = Symbol;
using base_unit = U;
static constexpr auto symbol = Symbol; ///< Unique base dimension identifier
using base_unit = U; ///< Base unit adopted for this dimension
};
// base_dimension_less