MGIS
Loading...
Searching...
No Matches
mgis::function::QuantityConcept Concept Reference

Concept definition

template<typename T>
concept mgis::function::QuantityConcept = (::tfel::math::QuantityConcept<std::decay_t<T>>)&&(
std::same_as<::tfel::math::base_type<std::decay_t<T>>, real>)
Definition Quantity.hxx:76
mgis_real real
alias to the numeric type used
Definition Config.hxx:124