docs: another small cleanup of quantity

This commit is contained in:
Mateusz Pusz
2022-12-23 19:16:23 +01:00
parent 0987fffe99
commit 4efbf81814

View File

@@ -79,7 +79,7 @@ concept invoke_result_of_ =
template<Reference auto R, RepresentationOf<R.quantity_spec.character> Rep = double> template<Reference auto R, RepresentationOf<R.quantity_spec.character> Rep = double>
class quantity { class quantity {
public: public:
Rep number_; Rep number_; // needs to be public for a structural type
// member types and values // member types and values
static constexpr Reference auto reference = R; static constexpr Reference auto reference = R;