Quantify
An extensible C++ units library
Loading...
Searching...
No Matches
quantify::QuantityConcept Concept Referenceexport

Predicate that checks if a type is a quantity regardless of its unit. More...

Concept definition

template<typename T>
Predicate that checks if a type is a quantity regardless of its unit.
constexpr bool is_quantity_v
Predicate that checks if a type is a quantity regardless of its unit.

Detailed Description

Predicate that checks if a type is a quantity regardless of its unit.

Checks whether the typename T is a specialization of the quantify::quantity class

See also
predicate struct: quantify::is_quantity
constexpr boolean: quantify::is_quantity_v
Template Parameters
T

Definition at line 151 of file concepts.cppm.