![]() |
Quantify
An extensible C++ units library
|
import quantify.core:preface;
Include dependency graph for concepts.cppm:Go to the source code of this file.
Namespaces | |
| namespace | quantify |
Concepts | |
| concept | quantify::Convertible |
| concept | quantify::ConvertibleScales |
| concept | quantify::CompareScales |
| concept | quantify::SameScale |
| concept | quantify::Quantity |
Unit agnostic type concept for use with the auto keyword. | |
| concept | quantify::QuantityConcept |
| Predicate that checks if a type is a quantity regardless of its unit. | |
Typedefs | |
| template<typename T> | |
| using | quantify::is_quantity |
| Predicate that checks if a type is a quantity regardless of its unit. | |
Variables | |
| template<typename T> | |
| constexpr bool | quantify::is_quantity_v = is_quantity<T>::value |
| Predicate that checks if a type is a quantity regardless of its unit. | |