Quantify
An extensible C++ units library
Loading...
Searching...
No Matches
scales.cppm
Go to the documentation of this file.
1// Copyright (c) 2024-2025, Víctor Castillo Agüero.
2// SPDX-License-Identifier: Apache-2.0
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15
20
23export module quantify.scales;
24//* SI base units
25export import :distance;
26export import :mass;
27export import :temperature;
28export import :time;
29export import :electric_current;
30export import :substance;
31export import :light_intensity;
32export import :angle;
33//* Derived units
34export import :solid_angle;
35export import :volume;
36export import :speed;
37export import :force;
38export import :pressure;
39export import :electric_charge;
40export import :energy;
41export import :power;
42export import :emf;
43export import :electric_resistance;
44export import :electric_conductance;
45export import :electric_capacitance;
46export import :magnetic_flux;
47export import :magnetic_flux_density;
48export import :inductance;
49export import :frequency;
50export import :absorbed_dose;
51export import :dose_equivalent;
52export import :radionuclide_activity;
53export import :catalytic_activity;
54export import :luminous_flux;
55export import :illuminance;
Built-in unit scales.