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

Unit agnostic type concept for use with the auto keyword. More...

Concept definition

template<typename Q, typename S>
concept quantify::Quantity = std::same_as<typename Q::unit::scale, S>
Unit agnostic type concept for use with the auto keyword.

Detailed Description

Unit agnostic type concept for use with the auto keyword.

Definition at line 110 of file concepts.cppm.