mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +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
|
requires U::is_named
|
||||||
struct base_dimension {
|
struct base_dimension {
|
||||||
using base_type_workaround = base_dimension; // TODO Replace with is_base_dimension when fixed
|
using base_type_workaround = base_dimension; // TODO Replace with is_base_dimension when fixed
|
||||||
static constexpr auto symbol = Symbol;
|
static constexpr auto symbol = Symbol; ///< Unique base dimension identifier
|
||||||
using base_unit = U;
|
using base_unit = U; ///< Base unit adopted for this dimension
|
||||||
};
|
};
|
||||||
|
|
||||||
// base_dimension_less
|
// base_dimension_less
|
||||||
|
Reference in New Issue
Block a user