Skip to content

concept base_quantity

kwikius edited this page Jul 15, 2020 · 53 revisions

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

Description

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

Notation

type model of notes
T base_quantity
Ta base_quantity
Tb base_quantity
Id base_quantity_id The unique base quantity id for T
E base_quantity_exponent
type name type template
R ratio

Requires

concept notes
identity_meta_function<T>
static_constant result
is_base_quantity<T> true
type_function result notes
get_base_quantity_id< T > Id
make_base_quantity_exp<T,R> E construct a base_quantity_exponent

Provides

concept notes
meta_totally_ordered<Ta,Tb> uses their base_quantity_ids to provide the sort order

References

https://en.wikipedia.org/wiki/International_System_of_Quantities#Base_quantities

Clone this wiki locally