mp_units::Quantity

A concept matching all quantities in the library

Synopsis

Declared in <mp-units/framework/quantity_concepts.h>
template<typename T>
concept Quantity = detail::is_derived_from_specialization_of_quantity<T>;


Description

Satisfied by all types being a either specialization or derived from quantity

Created with MrDocs