Skip to content

concept base_quantity

kwikius edited this page Jul 24, 2020 · 53 revisions

| Home | Concepts | TypeTemplates | Types | TypeFunctions | InlineConstants |

Description

A base quantity is phenomenon considered fundamental within the measurement_universe.
https://en.wikipedia.org/wiki/International_System_of_Quantities#Base_quantities

Notation

type model of notes
Qb base_quantity
Qba base_quantity
Qbb base_quantity
IdQb base_quantity_id The unique base quantity id for Qb
Eqb base_quantity_exponent
type name type template
R ratio

Requires

concept notes
identity_meta_function<Qb>
static_constant result
is_base_quantity<Qb> true
type_function result notes
get_base_quantity_id< Qb > IdQb
make_base_quantity_exp< Qb, R> Eqb construct a base_quantity_exponent

Provides

concept notes
base_quantity< Qb >
meta_totally_ordered<Qba,Qbb> uses their base_quantity_ids to provide the sort order
Clone this wiki locally