mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
base_dimension documentation updated
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user